yanlu

fix:17563 UI还原问题-【uat】进入直播预告页,封面图,底部鸿蒙是圆角,android 是直角

@@ -130,7 +130,10 @@ struct ReserveMorePage { @@ -130,7 +130,10 @@ struct ReserveMorePage {
130 Image(item.fullColumnImgUrls[0]?.url) 130 Image(item.fullColumnImgUrls[0]?.url)
131 .width('100%') 131 .width('100%')
132 .objectFit(ImageFit.Contain) 132 .objectFit(ImageFit.Contain)
133 - .borderRadius(4) 133 + .borderRadius({
  134 + topLeft: '4vp',
  135 + topRight: '4vp'
  136 + })
134 this.LiveImage() 137 this.LiveImage()
135 138
136 } 139 }