Explorar el Código

职位页面高度

Xiao_123 hace 8 meses
padre
commit
67b6b4d2c3
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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{