Showing
1 changed file
with
1 additions
and
1 deletions
| @@ -143,7 +143,7 @@ export struct Card9Component { | @@ -143,7 +143,7 @@ export struct Card9Component { | ||
| 143 | // 标题 | 143 | // 标题 |
| 144 | Image($r("app.media.timeAxis")) | 144 | Image($r("app.media.timeAxis")) |
| 145 | .width(9) | 145 | .width(9) |
| 146 | - .height(9) | 146 | + .height(6) |
| 147 | .margin({ right: 5 }) | 147 | .margin({ right: 5 }) |
| 148 | .fillColor(item.newsTitleColor) | 148 | .fillColor(item.newsTitleColor) |
| 149 | 149 |
-
Please register or login to post a comment