wuyanan

fix |> 修复竖屏直播详情直播状态标签与标题没有左对齐问题

@@ -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%')