陈剑华

fix: 热点频道,横划卡只配1个运营位,折叠屏右侧展示缺少圆角

@@ -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)