Explorar el Código

fix: #1649 height of settingDarwer

F-loat hace 7 años
padre
commit
baac17a1c6
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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;
 }