소스 검색

更新 'src/App.vue'

chuck 2 년 전
부모
커밋
c6ba035773
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/App.vue

+ 1 - 1
src/App.vue

@@ -167,7 +167,7 @@ const navsData = ref([
     font-weight: bold;
   }
   .r-bottom{
-    height: 100vh;
+    height: calc(100vh - 80px);
     width: 100%;
     overflow-y: auto;
     margin-top:80px;