wangliang_wd

feat:优化缺省图展示

@@ -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 }){