소스 검색

优化部分页面滚动问题

JutarryWu 7 달 전
부모
커밋
5fa92609c4
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/testPlan/testPlanClassify.vue

+ 1 - 1
src/views/testPlan/testPlanClassify.vue

@@ -217,7 +217,7 @@
     }
     .list-content {
       width: 100%;
-      height: calc(100vh - 90px);
+      height: calc(100% - 90px);
 
     }
     /*/deep/.van-tabs__nav--card {*/