Showing
1 changed file
with
3 additions
and
1 deletions
| @@ -214,6 +214,8 @@ export struct CompParser { | @@ -214,6 +214,8 @@ export struct CompParser { | ||
| 214 | } else { | 214 | } else { |
| 215 | Divider().strokeWidth(5).color('#f5f5f5').width('120%').margin({left: -6}) | 215 | Divider().strokeWidth(5).color('#f5f5f5').width('120%').margin({left: -6}) |
| 216 | } | 216 | } |
| 217 | + } else if (this.compDTO.compStyle === CompStyle.Zh_Carousel_Layout_01) { | ||
| 218 | + Divider().strokeWidth(1).color('#f5f5f5').width('103%').padding({ left: 16, right: 16 }).margin({left: -6}) | ||
| 217 | } else if (this.compDTO?.operDataList?.[0]?.appStyle === CompStyle.Card_10) { | 219 | } else if (this.compDTO?.operDataList?.[0]?.appStyle === CompStyle.Card_10) { |
| 218 | // 大专题 | 220 | // 大专题 |
| 219 | if (this.nextCompDTO?.operDataList?.[0]?.appStyle === CompStyle.Card_10) { | 221 | if (this.nextCompDTO?.operDataList?.[0]?.appStyle === CompStyle.Card_10) { |
| @@ -231,7 +233,7 @@ export struct CompParser { | @@ -231,7 +233,7 @@ export struct CompParser { | ||
| 231 | ) { | 233 | ) { |
| 232 | Divider().strokeWidth(5).color('#f5f5f5').width('120%').margin({left: -6}) | 234 | Divider().strokeWidth(5).color('#f5f5f5').width('120%').margin({left: -6}) |
| 233 | } else { | 235 | } else { |
| 234 | - Divider().strokeWidth(1).color('#f5f5f5').width('103%').padding({ left: 16, right: 16 }).margin({left: -6}) | 236 | + Divider().strokeWidth(1).color('#f5f5f5').width('103%').padding({ left: 16, right: 16 }).margin({left: -6,top:8}) |
| 235 | } | 237 | } |
| 236 | } else { | 238 | } else { |
| 237 | // Divider().strokeWidth(1).color('#f5f5f5').padding({ left: 16, right: 16 }) | 239 | // Divider().strokeWidth(1).color('#f5f5f5').padding({ left: 16, right: 16 }) |
-
Please register or login to post a comment