Showing
1 changed file
with
2 additions
and
2 deletions
| @@ -443,8 +443,8 @@ export struct PaperSingleColumn999CardView { | @@ -443,8 +443,8 @@ export struct PaperSingleColumn999CardView { | ||
| 443 | Stack({ alignContent: Alignment.BottomEnd }) { | 443 | Stack({ alignContent: Alignment.BottomEnd }) { |
| 444 | Image(this.item?.coverUrl) | 444 | Image(this.item?.coverUrl) |
| 445 | .borderRadius(5) | 445 | .borderRadius(5) |
| 446 | - .objectFit(ImageFit.Cover) | ||
| 447 | - .aspectRatio(319 / 200) ///图片设计比例 | 446 | + .objectFit(ImageFit.Fill) |
| 447 | + .aspectRatio(319 / 179) ///图片设计比例 | ||
| 448 | .padding({ top: 10 }) | 448 | .padding({ top: 10 }) |
| 449 | //视频 | 449 | //视频 |
| 450 | if (this.item?.videoInfo) { | 450 | if (this.item?.videoInfo) { |
-
Please register or login to post a comment