Showing
1 changed file
with
2 additions
and
2 deletions
| @@ -160,13 +160,13 @@ export struct PlayUIComponent { | @@ -160,13 +160,13 @@ export struct PlayUIComponent { | ||
| 160 | rmhInfo: this.contentDetailData.rmhInfo | 160 | rmhInfo: this.contentDetailData.rmhInfo |
| 161 | }) | 161 | }) |
| 162 | .margin({ | 162 | .margin({ |
| 163 | - top:-7, | 163 | + // top:-7, |
| 164 | right: 10 | 164 | right: 10 |
| 165 | }) | 165 | }) |
| 166 | } | 166 | } |
| 167 | //第二行右边直播状态参与人数 | 167 | //第二行右边直播状态参与人数 |
| 168 | this.getLiveStatusView() | 168 | this.getLiveStatusView() |
| 169 | - } | 169 | + }.margin({top:-7}) |
| 170 | } | 170 | } |
| 171 | .width('100%') | 171 | .width('100%') |
| 172 | // .width(this.displayDirection == DisplayDirection.VIDEO_HORIZONTAL ? 'calc(100% - 80vp)' : 'calc(100% - 32vp)') | 172 | // .width(this.displayDirection == DisplayDirection.VIDEO_HORIZONTAL ? 'calc(100% - 80vp)' : 'calc(100% - 32vp)') |
-
Please register or login to post a comment