陈剑华

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

... ... @@ -144,17 +144,16 @@ export struct PlayerTitleComponent {
.fontWeight(400)
.fontColor(Color.White)
}
}
.backgroundColor('#4D000000')
.borderRadius(2)
.padding(this.liveState == 'running' ? {
left: 0,
left: this.contentDetailData.rmhInfo?.rmhName ? 0 : 34,
right: 4,
top: 0,
bottom: 0
} : 4)
.margin({left: this.contentDetailData.rmhInfo?.rmhName ? 0 : 34})
// .margin({left: this.contentDetailData.rmhInfo?.rmhName ? 0 : 34})
}
}
}
... ...