浏览代码

职位页面高度

Xiao_123 8 月之前
父节点
当前提交
67b6b4d2c3
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      pages/index/position.vue

+ 1 - 1
pages/index/position.vue

@@ -95,7 +95,7 @@ onPullDownRefresh(() => { // 下拉刷新
 .px-10 { padding-left: 10px; padding-right: 10px; }
 .mb-10 { margin-bottom: 10px; }
 .box {
-  height: calc(100vh - 110px);
+  height: 100vh;
   overflow: hidden;
 }
 .scrollBox{