wuyanan

ref |> 修复折叠屏上直播详情直播间tab消息被裁剪问题

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