소스 검색

perf: optimize page scrolling when setting fixedHeader

Pan 6 년 전
부모
커밋
896962a5c5
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      src/layout/components/AppMain.vue

+ 2 - 0
src/layout/components/AppMain.vue

@@ -27,5 +27,7 @@ export default {
 }
 }
 .fixed-header+.app-main {
 .fixed-header+.app-main {
   padding-top: 50px;
   padding-top: 50px;
+  height: 100vh;
+  overflow: auto;
 }
 }
 </style>
 </style>