Showing
1 changed file
with
1 additions
and
1 deletions
| @@ -30,7 +30,7 @@ export struct SearchCreatorComponent{ | @@ -30,7 +30,7 @@ export struct SearchCreatorComponent{ | ||
| 30 | .fontSize('25lpx') | 30 | .fontSize('25lpx') |
| 31 | .fontWeight('400lpx') | 31 | .fontWeight('400lpx') |
| 32 | .lineHeight('35lpx') | 32 | .lineHeight('35lpx') |
| 33 | - .constraintSize({maxWidth:'150lpx'}) | 33 | + .constraintSize({maxWidth:'125lpx'}) |
| 34 | .maxLines(1) | 34 | .maxLines(1) |
| 35 | .textOverflow({ overflow: TextOverflow.Ellipsis }) | 35 | .textOverflow({ overflow: TextOverflow.Ellipsis }) |
| 36 | }.alignItems(HorizontalAlign.Center) | 36 | }.alignItems(HorizontalAlign.Center) |
-
Please register or login to post a comment