xujing 5 년 전
부모
커밋
dfd67e0969
2개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    0
      src/pages/activity/index.js
  2. 1
    1
      src/pages/news/index.js

+ 1
- 0
src/pages/activity/index.js 파일 보기

@@ -134,6 +134,7 @@ export default class Index extends Component {
134 134
     return (
135 135
       <ListView
136 136
         className="wrap"
137
+        style="height: calc(100vh - 118rpx);"
137 138
         needInit
138 139
         isEmpty={isEmpty}
139 140
         emptyText="暂无活动~"

+ 1
- 1
src/pages/news/index.js 파일 보기

@@ -115,7 +115,7 @@ export default class Index extends Component {
115 115
     return (
116 116
       <ListView
117 117
         className="wrap"
118
-        style="height: calc(100vh - 120rpx);"
118
+        style="height: calc(100vh - 118rpx);"
119 119
         needInit
120 120
         isEmpty={isEmpty}
121 121
         emptyText="暂无资讯~"