fix(18285): UI还原问题-【uat】进入“在线中国拉流-浮动按钮”直播间,“直播加载中,请稍后重试” 文案未居中
Showing
1 changed file
with
1 additions
and
0 deletions
| @@ -282,6 +282,7 @@ export struct TopPlayComponent { | @@ -282,6 +282,7 @@ export struct TopPlayComponent { | ||
| 282 | }) | 282 | }) |
| 283 | }.width('100%').visibility(this.isPlayerError ? Visibility.Visible : | 283 | }.width('100%').visibility(this.isPlayerError ? Visibility.Visible : |
| 284 | Visibility.None) | 284 | Visibility.None) |
| 285 | + .margin({top:40}) | ||
| 285 | 286 | ||
| 286 | } | 287 | } |
| 287 | .width('100%') | 288 | .width('100%') |
-
Please register or login to post a comment