Showing
1 changed file
with
1 additions
and
1 deletions
| @@ -88,7 +88,7 @@ export struct PlayerTitleComponent { | @@ -88,7 +88,7 @@ export struct PlayerTitleComponent { | ||
| 88 | Row() { | 88 | Row() { |
| 89 | this.getLiveStatusView() | 89 | this.getLiveStatusView() |
| 90 | } | 90 | } |
| 91 | - .margin({left: this.contentDetailData.rmhInfo?.rmhName ? 0 : 34}) | 91 | + .margin({left: this.isLarge && this.displayDirection == DisplayDirection.VIDEO_HORIZONTAL ? 34 : 0}) |
| 92 | 92 | ||
| 93 | } | 93 | } |
| 94 | .width('100%') | 94 | .width('100%') |
-
Please register or login to post a comment