Showing
1 changed file
with
1 additions
and
0 deletions
| @@ -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