Showing
1 changed file
with
2 additions
and
1 deletions
| @@ -214,8 +214,9 @@ struct CarouselLayout01CardView { | @@ -214,8 +214,9 @@ struct CarouselLayout01CardView { | ||
| 214 | colors: [[0x7508111A, 0.0], [0x7508111A, 0.3], [Color.Transparent, 1.0]] | 214 | colors: [[0x7508111A, 0.0], [0x7508111A, 0.3], [Color.Transparent, 1.0]] |
| 215 | }) | 215 | }) |
| 216 | .position({ | 216 | .position({ |
| 217 | - bottom: 10 | 217 | + bottom: 0 |
| 218 | }) | 218 | }) |
| 219 | + .borderRadius($r('app.float.image_border_radius')) | ||
| 219 | } | 220 | } |
| 220 | .width(CommonConstants.FULL_PARENT) | 221 | .width(CommonConstants.FULL_PARENT) |
| 221 | .height(CommonConstants.FULL_PARENT) | 222 | .height(CommonConstants.FULL_PARENT) |
-
Please register or login to post a comment