wuyanan

fix |> 修复直播间视频消息下面有多余空白问题

... ... @@ -124,6 +124,7 @@ export struct TabLiveItemComponent {
RelativeContainer() {
Image(this.item.transcodeImageUrl)
.width('100%')
.height(174)
.objectFit(ImageFit.Cover)
.borderRadius(4)
.id('iv_id')
... ... @@ -159,7 +160,7 @@ export struct TabLiveItemComponent {
.margin({
top: 8,
})
.aspectRatio(this.getAspectRation())
.height(174)
.onClick(() => {
this.gotoVideoPlayPage()
})
... ...