Showing
1 changed file
with
1 additions
and
1 deletions
| @@ -117,7 +117,7 @@ struct localCard { | @@ -117,7 +117,7 @@ struct localCard { | ||
| 117 | .fontSize($r('app.float.font_size_18')) | 117 | .fontSize($r('app.float.font_size_18')) |
| 118 | .fontColor('#000000') | 118 | .fontColor('#000000') |
| 119 | .align(Alignment.TopStart) | 119 | .align(Alignment.TopStart) |
| 120 | - .maxLines(3) | 120 | + .maxLines(1) |
| 121 | .textOverflow({ overflow: TextOverflow.Ellipsis }) | 121 | .textOverflow({ overflow: TextOverflow.Ellipsis }) |
| 122 | .lineHeight(25) | 122 | .lineHeight(25) |
| 123 | .fontWeight(500) | 123 | .fontWeight(500) |
-
Please register or login to post a comment