Showing
1 changed file
with
1 additions
and
3 deletions
| @@ -109,9 +109,7 @@ export struct Card6Component { | @@ -109,9 +109,7 @@ export struct Card6Component { | ||
| 109 | } | 109 | } |
| 110 | 110 | ||
| 111 | .alignItems(HorizontalAlign.Start) | 111 | .alignItems(HorizontalAlign.Start) |
| 112 | - .height(this.contentDTO.appStyle === CompStyle.Card_13 ? '' : 156) | ||
| 113 | - | ||
| 114 | - | 112 | + .height(this.contentDTO.appStyle === CompStyle.Card_13 ? 78 : 156) |
| 115 | .justifyContent(FlexAlign.SpaceBetween) | 113 | .justifyContent(FlexAlign.SpaceBetween) |
| 116 | .width('64%') | 114 | .width('64%') |
| 117 | 115 |
-
Please register or login to post a comment