陈剑华

fix: 17107 UI还原问题-进入视频全屏,回看间距和字体问题

... ... @@ -85,6 +85,7 @@ export struct PlayerTitleComponent {
Row() {
this.getLiveStatusView()
}
.margin({left: this.contentDetailData.rmhInfo?.rmhName ? 0 : 34})
}
.width('100%')
... ... @@ -148,12 +149,11 @@ export struct PlayerTitleComponent {
.backgroundColor('#4D000000')
.borderRadius(2)
.padding(this.liveState == 'running' ? {
left: this.contentDetailData.rmhInfo?.rmhName ? 0 : 34,
left: 0,
right: 4,
top: 0,
bottom: 0
} : 4)
// .margin({left: this.contentDetailData.rmhInfo?.rmhName ? 0 : 34})
}
}
}
... ...