Showing
1 changed file
with
1 additions
and
1 deletions
| @@ -312,7 +312,7 @@ export struct SearchComponent { | @@ -312,7 +312,7 @@ export struct SearchComponent { | ||
| 312 | .layoutWeight(1) | 312 | .layoutWeight(1) |
| 313 | .height(`${this.calcHeight(69)}lpx`) | 313 | .height(`${this.calcHeight(69)}lpx`) |
| 314 | .backgroundColor($r('app.color.color_transparent')) | 314 | .backgroundColor($r('app.color.color_transparent')) |
| 315 | - .textFont({ size: `${this.calcHeight(30)}lpx`, weight: 400 })// .defaultFocus(true) | 315 | + .textFont({ size: `${this.calcHeight(27)}lpx`, weight: 400 })// .defaultFocus(true) |
| 316 | .id("searchId") | 316 | .id("searchId") |
| 317 | .searchIcon({ | 317 | .searchIcon({ |
| 318 | size: 0 | 318 | size: 0 |
-
Please register or login to post a comment