yanlu

fix:17074 UI还原问题--【生产环境】进入直播预告页,开始时间图标模糊和字体大小问题

... ... @@ -129,7 +129,7 @@ struct ReserveMorePage {
Stack() {
Image(item.fullColumnImgUrls[0]?.url)
.width('100%')
.height(196)
.objectFit(ImageFit.Contain)
.borderRadius(4)
this.LiveImage()
... ... @@ -283,7 +283,7 @@ struct ReserveMorePage {
.fontWeight(400)
.fontColor(Color.White)
}
.backgroundColor('#4D000000')
.backgroundColor(Color.Transparent)
.margin({ right: 8, bottom: 8 })
}
... ...