Showing
1 changed file
with
1 additions
and
1 deletions
| @@ -168,7 +168,7 @@ export struct PlayUIComponent { | @@ -168,7 +168,7 @@ export struct PlayUIComponent { | ||
| 168 | } | 168 | } |
| 169 | //第二行右边直播状态参与人数 | 169 | //第二行右边直播状态参与人数 |
| 170 | this.getLiveStatusView() | 170 | this.getLiveStatusView() |
| 171 | - }.margin({top:-7}) | 171 | + }.margin({top:this.contentDetailData.liveInfo?.liveState != 'wait' ? 0 : -10}) |
| 172 | } | 172 | } |
| 173 | .width('100%') | 173 | .width('100%') |
| 174 | // .width(this.displayDirection == DisplayDirection.VIDEO_HORIZONTAL ? 'calc(100% - 80vp)' : 'calc(100% - 32vp)') | 174 | // .width(this.displayDirection == DisplayDirection.VIDEO_HORIZONTAL ? 'calc(100% - 80vp)' : 'calc(100% - 32vp)') |
-
Please register or login to post a comment