Showing
1 changed file
with
1 additions
and
1 deletions
| @@ -24,7 +24,7 @@ export struct PeopleShipHomeListComponent { | @@ -24,7 +24,7 @@ export struct PeopleShipHomeListComponent { | ||
| 24 | // 列表 | 24 | // 列表 |
| 25 | else if (this.publishCount == 0) { | 25 | else if (this.publishCount == 0) { |
| 26 | // 无数据展示 | 26 | // 无数据展示 |
| 27 | - EmptyComponent({emptyType: 12}).height('100%') | 27 | + EmptyComponent({emptyType: 12}).height('60%') |
| 28 | } else { | 28 | } else { |
| 29 | Column() { | 29 | Column() { |
| 30 | Stack({ alignContent: Alignment.Top }){ | 30 | Stack({ alignContent: Alignment.Top }){ |
-
Please register or login to post a comment