Showing
1 changed file
with
1 additions
and
0 deletions
| @@ -61,6 +61,7 @@ export struct Card9Component { | @@ -61,6 +61,7 @@ export struct Card9Component { | ||
| 61 | Image(this.loadImg ? this.contentDTO.coverUrl : '') | 61 | Image(this.loadImg ? this.contentDTO.coverUrl : '') |
| 62 | .backgroundColor(0xf5f5f5) | 62 | .backgroundColor(0xf5f5f5) |
| 63 | .width('100%') | 63 | .width('100%') |
| 64 | + .height(133) | ||
| 64 | .borderRadius({ | 65 | .borderRadius({ |
| 65 | topLeft: $r('app.float.image_border_radius'), | 66 | topLeft: $r('app.float.image_border_radius'), |
| 66 | topRight: $r('app.float.image_border_radius') | 67 | topRight: $r('app.float.image_border_radius') |
-
Please register or login to post a comment