张善主

fix(19311): UI还原问题-【uat】进入“竖屏直播-预约直播间” 未选中,预约按钮未对齐,看图

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