Showing
2 changed files
with
2 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 }){ |
| @@ -55,6 +55,7 @@ export struct PlayerProgressView { | @@ -55,6 +55,7 @@ export struct PlayerProgressView { | ||
| 55 | } | 55 | } |
| 56 | .width('100%') | 56 | .width('100%') |
| 57 | .zIndex(2000) | 57 | .zIndex(2000) |
| 58 | + .height(10) | ||
| 58 | .visibility(this.showLoading ? Visibility.Visible: Visibility.Hidden) | 59 | .visibility(this.showLoading ? Visibility.Visible: Visibility.Hidden) |
| 59 | .margin({ bottom: 10 }) | 60 | .margin({ bottom: 10 }) |
| 60 | // .markAnchor({ x: 0, y: '100%' }) | 61 | // .markAnchor({ x: 0, y: '100%' }) |
-
Please register or login to post a comment