wuyanan

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

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