Showing
1 changed file
with
1 additions
and
1 deletions
| @@ -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 | } |
-
Please register or login to post a comment