Showing
1 changed file
with
2 additions
and
1 deletions
| @@ -105,7 +105,6 @@ export struct HorizontalStrokeCardThreeTwoRadioForMoreComponent { | @@ -105,7 +105,6 @@ export struct HorizontalStrokeCardThreeTwoRadioForMoreComponent { | ||
| 105 | Image(item.coverUrl) | 105 | Image(item.coverUrl) |
| 106 | .aspectRatio(1.5) | 106 | .aspectRatio(1.5) |
| 107 | .width(this.compDTO.operDataList.length == 2 ? 210 : 150) | 107 | .width(this.compDTO.operDataList.length == 2 ? 210 : 150) |
| 108 | - .borderRadius(4) | ||
| 109 | .objectFit(ImageFit.Contain) | 108 | .objectFit(ImageFit.Contain) |
| 110 | CardMediaInfo({ | 109 | CardMediaInfo({ |
| 111 | livePeopleNum:false, | 110 | livePeopleNum:false, |
| @@ -113,6 +112,8 @@ export struct HorizontalStrokeCardThreeTwoRadioForMoreComponent { | @@ -113,6 +112,8 @@ export struct HorizontalStrokeCardThreeTwoRadioForMoreComponent { | ||
| 113 | }) | 112 | }) |
| 114 | } | 113 | } |
| 115 | .align(Alignment.BottomEnd) | 114 | .align(Alignment.BottomEnd) |
| 115 | + .borderRadius(4) | ||
| 116 | + .border({width: 1, color: 0xf5f5f5}) | ||
| 116 | 117 | ||
| 117 | Text(item.newsTitle) | 118 | Text(item.newsTitle) |
| 118 | .fontSize($r("app.float.font_size_14")) | 119 | .fontSize($r("app.float.font_size_14")) |
-
Please register or login to post a comment