Showing
1 changed file
with
1 additions
and
0 deletions
| @@ -58,6 +58,7 @@ export struct Card15Component { | @@ -58,6 +58,7 @@ export struct Card15Component { | ||
| 58 | } | 58 | } |
| 59 | } | 59 | } |
| 60 | .fontSize($r('app.float.font_size_18')) | 60 | .fontSize($r('app.float.font_size_18')) |
| 61 | + .lineHeight(26) | ||
| 61 | .fontColor(this.clicked ? 0x848484 : $r('app.color.color_222222')) | 62 | .fontColor(this.clicked ? 0x848484 : $r('app.color.color_222222')) |
| 62 | .width(CommonConstants.FULL_WIDTH) | 63 | .width(CommonConstants.FULL_WIDTH) |
| 63 | .textOverflowStyle(2) | 64 | .textOverflowStyle(2) |
-
Please register or login to post a comment