Showing
1 changed file
with
2 additions
and
2 deletions
| @@ -92,7 +92,7 @@ export struct Card6Component { | @@ -92,7 +92,7 @@ export struct Card6Component { | ||
| 92 | .alignItems(HorizontalAlign.Start) | 92 | .alignItems(HorizontalAlign.Start) |
| 93 | .justifyContent(FlexAlign.Start) | 93 | .justifyContent(FlexAlign.Start) |
| 94 | .width('64%') | 94 | .width('64%') |
| 95 | - .height(this.contentDTO.appStyle === CompStyle.Card_13 ? 78 : 156) | 95 | + .height(this.contentDTO.appStyle === CompStyle.Card_13 ? '' : 156) |
| 96 | 96 | ||
| 97 | Stack() { | 97 | Stack() { |
| 98 | Image(this.loadImg ? this.contentDTO.coverUrl : '') | 98 | Image(this.loadImg ? this.contentDTO.coverUrl : '') |
| @@ -102,7 +102,6 @@ export struct Card6Component { | @@ -102,7 +102,6 @@ export struct Card6Component { | ||
| 102 | .height(this.contentDTO.appStyle === CompStyle.Card_13 ? 78 : 156) | 102 | .height(this.contentDTO.appStyle === CompStyle.Card_13 ? 78 : 156) |
| 103 | CardMediaInfo({ contentDTO: this.contentDTO }) | 103 | CardMediaInfo({ contentDTO: this.contentDTO }) |
| 104 | } | 104 | } |
| 105 | - .alignContent(Alignment.BottomEnd) | ||
| 106 | } | 105 | } |
| 107 | .onClick((event: ClickEvent) => { | 106 | .onClick((event: ClickEvent) => { |
| 108 | this.clicked = true; | 107 | this.clicked = true; |
| @@ -118,5 +117,6 @@ export struct Card6Component { | @@ -118,5 +117,6 @@ export struct Card6Component { | ||
| 118 | .width(CommonConstants.FULL_WIDTH) | 117 | .width(CommonConstants.FULL_WIDTH) |
| 119 | // .height(this.contentDTO.appStyle === CompStyle.Card_13 ? 107 : 217) | 118 | // .height(this.contentDTO.appStyle === CompStyle.Card_13 ? 107 : 217) |
| 120 | .justifyContent(FlexAlign.SpaceBetween) | 119 | .justifyContent(FlexAlign.SpaceBetween) |
| 120 | + .alignItems(VerticalAlign.Top) | ||
| 121 | } | 121 | } |
| 122 | } | 122 | } |
-
Please register or login to post a comment