Showing
2 changed files
with
3 additions
and
3 deletions
| @@ -217,7 +217,7 @@ export struct CompParser { | @@ -217,7 +217,7 @@ export struct CompParser { | ||
| 217 | } else { | 217 | } else { |
| 218 | Divider().strokeWidth(5).color('#f5f5f5') | 218 | Divider().strokeWidth(5).color('#f5f5f5') |
| 219 | } | 219 | } |
| 220 | - } else if (this.compDTO.compType === 'appStyle') { | 220 | + } else if (this.compDTO.compType === 'appStyle' || this.compDTO.compStyle === CompStyle.Zh_Single_Row_01) { |
| 221 | if ( | 221 | if ( |
| 222 | this.nextCompDTO.compStyle === CompStyle.Card_09 || | 222 | this.nextCompDTO.compStyle === CompStyle.Card_09 || |
| 223 | this.nextCompDTO?.operDataList?.[0]?.appStyle === CompStyle.Card_10 || | 223 | this.nextCompDTO?.operDataList?.[0]?.appStyle === CompStyle.Card_10 || |
-
Please register or login to post a comment