Showing
1 changed file
with
5 additions
and
0 deletions
| @@ -65,6 +65,11 @@ export struct CardParser { | @@ -65,6 +65,11 @@ export struct CardParser { | ||
| 65 | // Text(this.contentDTO.newsTitle) | 65 | // Text(this.contentDTO.newsTitle) |
| 66 | this.contentBuilder(this.contentDTO); | 66 | this.contentBuilder(this.contentDTO); |
| 67 | } | 67 | } |
| 68 | + .margin({ | ||
| 69 | + left: this.compDTO.compStyle === CompStyle.Zh_Single_Row_04 ? 0 : 6, | ||
| 70 | + right: (this.compDTO.compStyle === CompStyle.Zh_Single_Row_05 || this.compDTO.compStyle === CompStyle.Zh_Single_Row_02 || | ||
| 71 | + this.compDTO.compStyle === CompStyle.Zh_Single_Row_04) ? 0 : 6 | ||
| 72 | + }) | ||
| 68 | } | 73 | } |
| 69 | 74 | ||
| 70 | @Builder | 75 | @Builder |
-
Please register or login to post a comment