wangliang_wd

feat:优化缺省图展示

... ... @@ -24,7 +24,7 @@ export struct PeopleShipHomeListComponent {
// 列表
else if (this.publishCount == 0) {
// 无数据展示
EmptyComponent({emptyType: 12}).height('100%')
EmptyComponent({emptyType: 12}).height('60%')
} else {
Column() {
Stack({ alignContent: Alignment.Top }){
... ...