Showing
1 changed file
with
2 additions
and
1 deletions
| @@ -85,13 +85,14 @@ export struct Card6Component { | @@ -85,13 +85,14 @@ export struct Card6Component { | ||
| 85 | } | 85 | } |
| 86 | .justifyContent(FlexAlign.Start) | 86 | .justifyContent(FlexAlign.Start) |
| 87 | 87 | ||
| 88 | - | 88 | + Blank() |
| 89 | //bottom 评论等信息 | 89 | //bottom 评论等信息 |
| 90 | CardSourceInfo({ compDTO: this.compDTO, contentDTO: this.contentDTO }) | 90 | CardSourceInfo({ compDTO: this.compDTO, contentDTO: this.contentDTO }) |
| 91 | } | 91 | } |
| 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 | 96 | ||
| 96 | Stack() { | 97 | Stack() { |
| 97 | Image(this.loadImg ? this.contentDTO.coverUrl : '') | 98 | Image(this.loadImg ? this.contentDTO.coverUrl : '') |
-
Please register or login to post a comment