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