Showing
1 changed file
with
14 additions
and
6 deletions
| @@ -20,11 +20,12 @@ export struct behindDivider { | @@ -20,11 +20,12 @@ export struct behindDivider { | ||
| 20 | Divider().strokeWidth(5).color('#f5f5f5').width('120%').margin({left: -6}) | 20 | Divider().strokeWidth(5).color('#f5f5f5').width('120%').margin({left: -6}) |
| 21 | } | 21 | } |
| 22 | } else if (this.compDTO.compStyle === CompStyle.Zh_Carousel_Layout_01) { | 22 | } else if (this.compDTO.compStyle === CompStyle.Zh_Carousel_Layout_01) { |
| 23 | - if (this.compIndex === 0) { | ||
| 24 | - Divider().strokeWidth(1).color('#f5f5f5').width('120%').margin({left: -6}) | ||
| 25 | - } else { | ||
| 26 | - Divider().strokeWidth(5).color('#f5f5f5').width('120%').margin({left: -6}) | ||
| 27 | - } | 23 | + // if (this.compIndex === 0) { |
| 24 | + // Divider().strokeWidth(1).color('#f5f5f5').width('120%').margin({left: -6}) | ||
| 25 | + // } else { | ||
| 26 | + // Divider().strokeWidth(5).color('#f5f5f5').width('120%').margin({left: -6}) | ||
| 27 | + // } | ||
| 28 | + Divider().strokeWidth(1).color('#f5f5f5').width(CommonConstants.FULL_WIDTH).padding({ left: 10, right: 10 }) | ||
| 28 | } else if (this.compDTO?.operDataList?.[0]?.appStyle === CompStyle.Card_10) { | 29 | } else if (this.compDTO?.operDataList?.[0]?.appStyle === CompStyle.Card_10) { |
| 29 | // 大专题 | 30 | // 大专题 |
| 30 | if (this.nextCompDTO?.operDataList?.[0]?.appStyle === CompStyle.Card_10) { | 31 | if (this.nextCompDTO?.operDataList?.[0]?.appStyle === CompStyle.Card_10) { |
| @@ -32,7 +33,14 @@ export struct behindDivider { | @@ -32,7 +33,14 @@ export struct behindDivider { | ||
| 32 | } else { | 33 | } else { |
| 33 | Divider().strokeWidth(5).color('#f5f5f5').width('120%').margin({left: -6}) | 34 | Divider().strokeWidth(5).color('#f5f5f5').width('120%').margin({left: -6}) |
| 34 | } | 35 | } |
| 35 | - } else if (this.compDTO.compType === 'appStyle' || this.compDTO.compStyle === CompStyle.Zh_Single_Row_01 || this.compDTO.compStyle === CompStyle.Zh_Single_Row_03 || this.compDTO.compStyle === CompStyle.Card_Comp_Adv || this.compDTO.compStyle === CompStyle.Zh_Single_Column_02) { | 36 | + } else if (this.compDTO.compType === 'appStyle' |
| 37 | + || this.compDTO.compStyle === CompStyle.Zh_Single_Row_01 | ||
| 38 | + || this.compDTO.compStyle === CompStyle.Zh_Single_Row_02 | ||
| 39 | + || this.compDTO.compStyle === CompStyle.Zh_Single_Row_03 | ||
| 40 | + || this.compDTO.compStyle === CompStyle.Card_Comp_Adv | ||
| 41 | + || this.compDTO.compStyle === CompStyle.Zh_Single_Column_02 | ||
| 42 | + || this.compDTO.compStyle === CompStyle.Zh_Single_Column_04 | ||
| 43 | + ) { | ||
| 36 | if ( | 44 | if ( |
| 37 | this.nextCompDTO.compStyle === CompStyle.Card_09 || | 45 | this.nextCompDTO.compStyle === CompStyle.Card_09 || |
| 38 | this.nextCompDTO?.operDataList?.[0]?.appStyle === CompStyle.Card_10 || | 46 | this.nextCompDTO?.operDataList?.[0]?.appStyle === CompStyle.Card_10 || |
-
Please register or login to post a comment