Showing
1 changed file
with
3 additions
and
4 deletions
| @@ -111,14 +111,13 @@ struct PeopleShipHomePage { | @@ -111,14 +111,13 @@ struct PeopleShipHomePage { | ||
| 111 | .width("100%") | 111 | .width("100%") |
| 112 | // .height(this.topHeight) | 112 | // .height(this.topHeight) |
| 113 | // 列表 | 113 | // 列表 |
| 114 | + | ||
| 115 | + Column(){ | ||
| 114 | PeopleShipHomeListComponent({ | 116 | PeopleShipHomeListComponent({ |
| 115 | publishCount: this.publishCount, | 117 | publishCount: this.publishCount, |
| 116 | creatorId: this.creatorId | 118 | creatorId: this.creatorId |
| 117 | }) | 119 | }) |
| 118 | - // Column(){ | ||
| 119 | - // | ||
| 120 | - // | ||
| 121 | - // }.height('100%') | 120 | + }.height('100%') |
| 122 | } | 121 | } |
| 123 | .width("100%") | 122 | .width("100%") |
| 124 | .justifyContent(FlexAlign.Start) | 123 | .justifyContent(FlexAlign.Start) |
-
Please register or login to post a comment