Showing
1 changed file
with
6 additions
and
1 deletions
| @@ -76,7 +76,12 @@ struct MyCollectionListPage { | @@ -76,7 +76,12 @@ struct MyCollectionListPage { | ||
| 76 | this.deleteDatas() | 76 | this.deleteDatas() |
| 77 | } | 77 | } |
| 78 | }) | 78 | }) |
| 79 | - }.position({y:'92%'}) | 79 | + } |
| 80 | + .backgroundColor(Color.White) | ||
| 81 | + .alignContent(Alignment.Top) | ||
| 82 | + .position({y:'92%'}) | ||
| 83 | + .width(CommonConstants.FULL_WIDTH) | ||
| 84 | + .height(CommonConstants.FULL_HEIGHT) | ||
| 80 | } | 85 | } |
| 81 | } | 86 | } |
| 82 | .width(CommonConstants.FULL_WIDTH) | 87 | .width(CommonConstants.FULL_WIDTH) |
-
Please register or login to post a comment