Showing
1 changed file
with
1 additions
and
1 deletions
| @@ -70,7 +70,7 @@ export struct Card6Component { | @@ -70,7 +70,7 @@ export struct Card6Component { | ||
| 70 | .backgroundColor(this.loadImg ? $r('app.color.color_B0B0B0') : 0xf5f5f5) | 70 | .backgroundColor(this.loadImg ? $r('app.color.color_B0B0B0') : 0xf5f5f5) |
| 71 | .borderRadius(5) | 71 | .borderRadius(5) |
| 72 | .aspectRatio(this.contentDTO.appStyle === CompStyle.Card_13 ? 3 / 2 : 3 / 4) | 72 | .aspectRatio(this.contentDTO.appStyle === CompStyle.Card_13 ? 3 / 2 : 3 / 4) |
| 73 | - .height(this.contentDTO.appStyle === CompStyle.Card_13 ? 90 : 180) | 73 | + .height(this.contentDTO.appStyle === CompStyle.Card_13 ? 78 : 156) |
| 74 | CardMediaInfo({ contentDTO: this.contentDTO }) | 74 | CardMediaInfo({ contentDTO: this.contentDTO }) |
| 75 | } | 75 | } |
| 76 | .alignContent(Alignment.BottomEnd) | 76 | .alignContent(Alignment.BottomEnd) |
-
Please register or login to post a comment