wangliang_wd

feat:优化搜索框字体大小

@@ -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