浏览代码

优化部分页面滚动问题

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 {*/