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