王士厅
... ... @@ -441,7 +441,7 @@ export struct PaperSingleColumn999CardView {
Stack({ alignContent: Alignment.BottomEnd }) {
Image(this.item?.coverUrl)
.borderRadius(5)
.objectFit(ImageFit.Fill)
.objectFit(ImageFit.Cover)
.aspectRatio(16 / 10) ///图片设计比例
.padding({ top: 10 })
//视频
... ...