Showing
1 changed file
with
1 additions
and
1 deletions
| @@ -66,7 +66,7 @@ export struct Card10Component { | @@ -66,7 +66,7 @@ export struct Card10Component { | ||
| 66 | .width(CommonConstants.FULL_WIDTH) | 66 | .width(CommonConstants.FULL_WIDTH) |
| 67 | .fontSize($r('app.float.font_size_18')) | 67 | .fontSize($r('app.float.font_size_18')) |
| 68 | .fontWeight(600) | 68 | .fontWeight(600) |
| 69 | - .maxLines(2) | 69 | + .maxLines(1) |
| 70 | .textOverflow({ overflow: TextOverflow.Ellipsis }) | 70 | .textOverflow({ overflow: TextOverflow.Ellipsis }) |
| 71 | .margin({ bottom: 19 }) | 71 | .margin({ bottom: 19 }) |
| 72 | .onClick((event: ClickEvent) => { | 72 | .onClick((event: ClickEvent) => { |
-
Please register or login to post a comment