Showing
1 changed file
with
1 additions
and
0 deletions
| @@ -54,6 +54,7 @@ export struct Card9Component { | @@ -54,6 +54,7 @@ export struct Card9Component { | ||
| 54 | .maxLines(2) | 54 | .maxLines(2) |
| 55 | .textOverflow({ overflow: TextOverflow.Ellipsis }) | 55 | .textOverflow({ overflow: TextOverflow.Ellipsis }) |
| 56 | .margin({ top: 10, bottom: 10 }) | 56 | .margin({ top: 10, bottom: 10 }) |
| 57 | + .fontWeight(400) | ||
| 57 | } | 58 | } |
| 58 | // 大图 | 59 | // 大图 |
| 59 | Stack() { | 60 | Stack() { |
-
Please register or login to post a comment