Explorar el Código

change min-height = 100vh

陈帅 hace 7 años
padre
commit
4fdd2b0354
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/components/SiderMenu/index.less

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

@@ -25,7 +25,7 @@
 }
 
 .sider {
-  min-height: 100%;
+  min-height: 100vh;
   box-shadow: 2px 0 6px rgba(0, 21, 41, 0.35);
   position: relative;
   z-index: 10;