Showing
1 changed file
with
1 additions
and
1 deletions
| @@ -350,7 +350,7 @@ export struct VideoChannelPage { | @@ -350,7 +350,7 @@ export struct VideoChannelPage { | ||
| 350 | autoRefresh: this.autoRefresh, | 350 | autoRefresh: this.autoRefresh, |
| 351 | isMourning: this.GrayManage.get().isVideoMourning(`${item.channelId}`), | 351 | isMourning: this.GrayManage.get().isVideoMourning(`${item.channelId}`), |
| 352 | bottomNavi:BottomNavi.VIDEO | 352 | bottomNavi:BottomNavi.VIDEO |
| 353 | - }).backgroundColor(Color.White) | 353 | + }).backgroundColor(Color.White).height('90%') |
| 354 | } | 354 | } |
| 355 | 355 | ||
| 356 | } | 356 | } |
-
Please register or login to post a comment