Showing
1 changed file
with
3 additions
and
3 deletions
| @@ -208,14 +208,14 @@ export struct CompParser { | @@ -208,14 +208,14 @@ export struct CompParser { | ||
| 208 | if (this.compDTO.compStyle === this.nextCompDTO.compStyle) { | 208 | if (this.compDTO.compStyle === this.nextCompDTO.compStyle) { |
| 209 | Divider().strokeWidth(1).color('#f5f5f5').padding({ left: 16, right: 16 }) | 209 | Divider().strokeWidth(1).color('#f5f5f5').padding({ left: 16, right: 16 }) |
| 210 | } else { | 210 | } else { |
| 211 | - Divider().strokeWidth(5).color('#f5f5f5').padding({ left: 16, right: 16 }) | 211 | + Divider().strokeWidth(5).color('#f5f5f5') |
| 212 | } | 212 | } |
| 213 | } else if (this.compDTO?.operDataList?.[0]?.appStyle === CompStyle.Card_10) { | 213 | } else if (this.compDTO?.operDataList?.[0]?.appStyle === CompStyle.Card_10) { |
| 214 | // 大专题 | 214 | // 大专题 |
| 215 | if (this.nextCompDTO?.operDataList?.[0]?.appStyle === CompStyle.Card_10) { | 215 | if (this.nextCompDTO?.operDataList?.[0]?.appStyle === CompStyle.Card_10) { |
| 216 | Divider().strokeWidth(1).color('#f5f5f5').padding({ left: 16, right: 16 }) | 216 | Divider().strokeWidth(1).color('#f5f5f5').padding({ left: 16, right: 16 }) |
| 217 | } else { | 217 | } else { |
| 218 | - Divider().strokeWidth(5).color('#f5f5f5').padding({ left: 16, right: 16 }) | 218 | + Divider().strokeWidth(5).color('#f5f5f5') |
| 219 | } | 219 | } |
| 220 | } else if (this.compDTO.compType === 'appStyle') { | 220 | } else if (this.compDTO.compType === 'appStyle') { |
| 221 | if ( | 221 | if ( |
| @@ -225,7 +225,7 @@ export struct CompParser { | @@ -225,7 +225,7 @@ export struct CompParser { | ||
| 225 | this.nextCompDTO.compStyle === CompStyle.Zh_Single_Row_04 || | 225 | this.nextCompDTO.compStyle === CompStyle.Zh_Single_Row_04 || |
| 226 | this.nextCompDTO.compStyle === CompStyle.Zh_Single_Row_06 | 226 | this.nextCompDTO.compStyle === CompStyle.Zh_Single_Row_06 |
| 227 | ) { | 227 | ) { |
| 228 | - Divider().strokeWidth(5).color('#f5f5f5').padding({ left: 16, right: 16 }) | 228 | + Divider().strokeWidth(5).color('#f5f5f5') |
| 229 | } else { | 229 | } else { |
| 230 | Divider().strokeWidth(1).color('#f5f5f5').padding({ left: 16, right: 16 }) | 230 | Divider().strokeWidth(1).color('#f5f5f5').padding({ left: 16, right: 16 }) |
| 231 | } | 231 | } |
-
Please register or login to post a comment