Showing
1 changed file
with
1 additions
and
1 deletions
| @@ -150,7 +150,7 @@ export struct LiveHorizontalCardComponent { | @@ -150,7 +150,7 @@ export struct LiveHorizontalCardComponent { | ||
| 150 | .aspectRatio(16 / 9) | 150 | .aspectRatio(16 / 9) |
| 151 | .width(this.compDTO.operDataList.length == 2 ? 210 : 150) | 151 | .width(this.compDTO.operDataList.length == 2 ? 210 : 150) |
| 152 | .borderRadius(4) | 152 | .borderRadius(4) |
| 153 | - .objectFit(ImageFit.Cover) | 153 | + .objectFit(ImageFit.Contain) |
| 154 | CardMediaInfo({ | 154 | CardMediaInfo({ |
| 155 | livePeopleNum:false, | 155 | livePeopleNum:false, |
| 156 | contentDTO: item | 156 | contentDTO: item |
-
Please register or login to post a comment