Showing
1 changed file
with
1 additions
and
1 deletions
| @@ -149,7 +149,7 @@ export struct LiveHorizontalCardComponent { | @@ -149,7 +149,7 @@ export struct LiveHorizontalCardComponent { | ||
| 149 | .backgroundColor(0xf5f5f5) | 149 | .backgroundColor(0xf5f5f5) |
| 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.Contain) | 153 | .objectFit(ImageFit.Contain) |
| 154 | CardMediaInfo({ | 154 | CardMediaInfo({ |
| 155 | livePeopleNum:false, | 155 | livePeopleNum:false, |
-
Please register or login to post a comment