zhangwenqiang

19899 我的-关注列表页面,底部文字“已显示全部内容”与导航条太近

@@ -37,6 +37,6 @@ struct FollowListPage { @@ -37,6 +37,6 @@ struct FollowListPage {
37 .width('100%') 37 .width('100%')
38 }.width("100%") 38 }.width("100%")
39 .height("100%") 39 .height("100%")
40 - .padding({top:px2vp(this.topSafeHeight),bottom:px2vp(this.bottomSafeHeight)}) 40 + .padding({top:px2vp(this.topSafeHeight),bottom:px2vp(this.bottomSafeHeight)+10})
41 } 41 }
42 } 42 }