yanlu

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

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