소스 검색

change min-height = 100vh

陈帅 7 년 전
부모
커밋
4fdd2b0354
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/components/SiderMenu/index.less

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

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