ソースを参照

fix: #1649 height of settingDarwer

F-loat 7 年 前
コミット
baac17a1c6
1 ファイル変更1 行追加1 行削除
  1. 1 1
      src/components/SettingDarwer/index.less

+ 1 - 1
src/components/SettingDarwer/index.less

@@ -2,7 +2,7 @@
 
 .content {
   width: 273px;
-  height: 100%;
+  min-height: 100%;
   padding: 24px;
   background: #fff;
 }