xujing 5 lat temu
rodzic
commit
dfd67e0969
2 zmienionych plików z 2 dodań i 1 usunięć
  1. 1
    0
      src/pages/activity/index.js
  2. 1
    1
      src/pages/news/index.js

+ 1
- 0
src/pages/activity/index.js Wyświetl plik

@@ -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 Wyświetl plik

@@ -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="暂无资讯~"