Showing
1 changed file
with
2 additions
and
1 deletions
| @@ -78,7 +78,8 @@ export struct CompParser { | @@ -78,7 +78,8 @@ export struct CompParser { | ||
| 78 | } | 78 | } |
| 79 | .margin({ | 79 | .margin({ |
| 80 | left: 6, | 80 | left: 6, |
| 81 | - right: (this.compDTO.compStyle === CompStyle.Zh_Single_Row_05 || this.compDTO.compStyle === CompStyle.Zh_Single_Row_02) ? 0 : 6 | 81 | + right: (this.compDTO.compStyle === CompStyle.Zh_Single_Row_05 || this.compDTO.compStyle === CompStyle.Zh_Single_Row_02 || |
| 82 | + this.compDTO.compStyle === CompStyle.Zh_Single_Row_04) ? 0 : 6 | ||
| 82 | }) | 83 | }) |
| 83 | } | 84 | } |
| 84 | 85 |
-
Please register or login to post a comment