Showing
1 changed file
with
1 additions
and
2 deletions
| @@ -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) { |
-
Please register or login to post a comment