陈剑华

fix: 轮播图只有一项ui优化

... ... @@ -214,8 +214,9 @@ struct CarouselLayout01CardView {
colors: [[0x7508111A, 0.0], [0x7508111A, 0.3], [Color.Transparent, 1.0]]
})
.position({
bottom: 10
bottom: 0
})
.borderRadius($r('app.float.image_border_radius'))
}
.width(CommonConstants.FULL_PARENT)
.height(CommonConstants.FULL_PARENT)
... ...