Showing
1 changed file
with
3 additions
and
0 deletions
| @@ -213,6 +213,9 @@ struct CarouselLayout01CardView { | @@ -213,6 +213,9 @@ struct CarouselLayout01CardView { | ||
| 213 | direction: GradientDirection.Top, // 渐变方向:to Top/从下往上 | 213 | direction: GradientDirection.Top, // 渐变方向:to Top/从下往上 |
| 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({ | ||
| 217 | + bottom: 10 | ||
| 218 | + }) | ||
| 216 | } | 219 | } |
| 217 | .width(CommonConstants.FULL_PARENT) | 220 | .width(CommonConstants.FULL_PARENT) |
| 218 | .height(CommonConstants.FULL_PARENT) | 221 | .height(CommonConstants.FULL_PARENT) |
-
Please register or login to post a comment