陈剑华

fix: 轮播卡下面不需要粗分割线,应该是细分割线

@@ -220,8 +220,7 @@ export struct CompParser { @@ -220,8 +220,7 @@ export struct CompParser {
220 Divider().strokeWidth(5).color('#f5f5f5').width('120%').margin({left: -6}) 220 Divider().strokeWidth(5).color('#f5f5f5').width('120%').margin({left: -6})
221 } 221 }
222 } else if (this.compDTO.compStyle === CompStyle.Zh_Carousel_Layout_01) { 222 } else if (this.compDTO.compStyle === CompStyle.Zh_Carousel_Layout_01) {
223 - // Divider().strokeWidth(1).color('#f5f5f5').width(CommonConstants.FULL_WIDTH).padding({ left: 10, right: 10 })  
224 - Divider().strokeWidth(5).color('#f5f5f5').width('120%').margin({left: -6}) 223 + Divider().strokeWidth(1).color('#f5f5f5').width('120%').margin({left: -6})
225 } else if (this.compDTO?.operDataList?.[0]?.appStyle === CompStyle.Card_10) { 224 } else if (this.compDTO?.operDataList?.[0]?.appStyle === CompStyle.Card_10) {
226 // 大专题 225 // 大专题
227 if (this.nextCompDTO?.operDataList?.[0]?.appStyle === CompStyle.Card_10) { 226 if (this.nextCompDTO?.operDataList?.[0]?.appStyle === CompStyle.Card_10) {