Showing
1 changed file
with
4 additions
and
1 deletions
| @@ -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 | } |
-
Please register or login to post a comment