Showing
1 changed file
with
5 additions
and
0 deletions
| @@ -67,6 +67,7 @@ struct PeopleShipHomePage { | @@ -67,6 +67,7 @@ struct PeopleShipHomePage { | ||
| 67 | 67 | ||
| 68 | 68 | ||
| 69 | build() { | 69 | build() { |
| 70 | + Column(){ | ||
| 70 | if(this.isConnectNetwork){ | 71 | if(this.isConnectNetwork){ |
| 71 | if (this.isHasHomePage){ | 72 | if (this.isHasHomePage){ |
| 72 | Stack({ alignContent: Alignment.Top }) { | 73 | Stack({ alignContent: Alignment.Top }) { |
| @@ -170,6 +171,10 @@ struct PeopleShipHomePage { | @@ -170,6 +171,10 @@ struct PeopleShipHomePage { | ||
| 170 | }.width("100%") | 171 | }.width("100%") |
| 171 | .height("100%") | 172 | .height("100%") |
| 172 | } | 173 | } |
| 174 | + }.width("100%") | ||
| 175 | + .height("100%") | ||
| 176 | + .backgroundColor(Color.White) | ||
| 177 | + | ||
| 173 | } | 178 | } |
| 174 | 179 | ||
| 175 | @Builder peopleHomeTitleTransparent() { | 180 | @Builder peopleHomeTitleTransparent() { |
-
Please register or login to post a comment