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