Parcourir la source

fix: #1649 height of settingDarwer

F-loat il y a 7 ans
Parent
commit
baac17a1c6
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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;
 }