Showing
1 changed file
with
1 additions
and
2 deletions
| @@ -124,7 +124,6 @@ export struct TabLiveItemComponent { | @@ -124,7 +124,6 @@ export struct TabLiveItemComponent { | ||
| 124 | RelativeContainer() { | 124 | RelativeContainer() { |
| 125 | Image(this.item.transcodeImageUrl) | 125 | Image(this.item.transcodeImageUrl) |
| 126 | .width('100%') | 126 | .width('100%') |
| 127 | - .height(174) | ||
| 128 | .objectFit(ImageFit.Cover) | 127 | .objectFit(ImageFit.Cover) |
| 129 | .borderRadius(4) | 128 | .borderRadius(4) |
| 130 | .id('iv_id') | 129 | .id('iv_id') |
| @@ -160,7 +159,7 @@ export struct TabLiveItemComponent { | @@ -160,7 +159,7 @@ export struct TabLiveItemComponent { | ||
| 160 | .margin({ | 159 | .margin({ |
| 161 | top: 8, | 160 | top: 8, |
| 162 | }) | 161 | }) |
| 163 | - .height(174) | 162 | + .height('auto') |
| 164 | .onClick(() => { | 163 | .onClick(() => { |
| 165 | this.gotoVideoPlayPage() | 164 | this.gotoVideoPlayPage() |
| 166 | }) | 165 | }) |
-
Please register or login to post a comment