@@ -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{