Showing
1 changed file
with
1 additions
and
1 deletions
| @@ -74,7 +74,7 @@ export struct Card21Component { | @@ -74,7 +74,7 @@ export struct Card21Component { | ||
| 74 | .maxLines(4) | 74 | .maxLines(4) |
| 75 | .textOverflow({ overflow: TextOverflow.Ellipsis }) | 75 | .textOverflow({ overflow: TextOverflow.Ellipsis }) |
| 76 | .padding({ right: 12 }) | 76 | .padding({ right: 12 }) |
| 77 | - .lineHeight(22) | 77 | + .lineHeight(25) |
| 78 | } | 78 | } |
| 79 | 79 | ||
| 80 | GridItem() { | 80 | GridItem() { |
-
Please register or login to post a comment