tangning 1 년 전
부모
커밋
c41f679e25
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/layout/basic/index.vue

+ 1 - 0
src/layout/basic/index.vue

@@ -25,6 +25,7 @@
     box-sizing: border-box;
     // padding: 40px;
     // height: calc(100vh - 200px);
+    max-height: 100vh;
     overflow-y: scroll;
     overflow-x: hidden;
   }