Showing
1 changed file
with
1 additions
and
0 deletions
| @@ -45,6 +45,7 @@ export struct Card6Component { | @@ -45,6 +45,7 @@ export struct Card6Component { | ||
| 45 | Text(`${this.contentDTO.newsTitle}`) | 45 | Text(`${this.contentDTO.newsTitle}`) |
| 46 | .fontColor(this.clicked ? 0x848484 : 0x222222) | 46 | .fontColor(this.clicked ? 0x848484 : 0x222222) |
| 47 | .fontSize(16) | 47 | .fontSize(16) |
| 48 | + .lineHeight(24) | ||
| 48 | .fontWeight(FontWeight.Normal) | 49 | .fontWeight(FontWeight.Normal) |
| 49 | .maxLines(3) | 50 | .maxLines(3) |
| 50 | .alignSelf(ItemAlign.Start) | 51 | .alignSelf(ItemAlign.Start) |
-
Please register or login to post a comment