wuyanan

fix |> 横屏直播详情标题和直播状态之间间距过小问题

... ... @@ -168,7 +168,7 @@ export struct PlayUIComponent {
}
//第二行右边直播状态参与人数
this.getLiveStatusView()
}.margin({top:-7})
}.margin({top:this.contentDetailData.liveInfo?.liveState != 'wait' ? 0 : -10})
}
.width('100%')
// .width(this.displayDirection == DisplayDirection.VIDEO_HORIZONTAL ? 'calc(100% - 80vp)' : 'calc(100% - 32vp)')
... ...