Showing
1 changed file
with
1 additions
and
1 deletions
| @@ -101,7 +101,7 @@ export struct Card6Component { | @@ -101,7 +101,7 @@ export struct Card6Component { | ||
| 101 | .alignItems(HorizontalAlign.Start) | 101 | .alignItems(HorizontalAlign.Start) |
| 102 | .justifyContent(FlexAlign.Start) | 102 | .justifyContent(FlexAlign.Start) |
| 103 | .width('64%') | 103 | .width('64%') |
| 104 | - .height(this.contentDTO.appStyle === CompStyle.Card_13 ? '' : 156) | 104 | + .height(this.contentDTO.appStyle === CompStyle.Card_13 ? 78 : 156) |
| 105 | 105 | ||
| 106 | Stack({alignContent: Alignment.BottomEnd}) { | 106 | Stack({alignContent: Alignment.BottomEnd}) { |
| 107 | Image(this.loadImg ? this.contentDTO.coverUrl || this.contentDTO.fullColumnImgUrls?.[0]?.url || this.contentDTO.fullColumnImgUrls?.[0]?.fullUrl : '') | 107 | Image(this.loadImg ? this.contentDTO.coverUrl || this.contentDTO.fullColumnImgUrls?.[0]?.url || this.contentDTO.fullColumnImgUrls?.[0]?.fullUrl : '') |
-
Please register or login to post a comment