소스 검색

职位页面高度

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{