wuyanan

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

... ... @@ -88,7 +88,7 @@ export struct PlayerTitleComponent {
Row() {
this.getLiveStatusView()
}
.margin({left: this.contentDetailData.rmhInfo?.rmhName ? 0 : 34})
.margin({left: this.isLarge && this.displayDirection == DisplayDirection.VIDEO_HORIZONTAL ? 34 : 0})
}
.width('100%')
... ...