zhangwenqiang

Merge branch 'fix-branch'

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