wangliang_wd

feat:优化搜索框字体大小

... ... @@ -312,7 +312,7 @@ export struct SearchComponent {
.layoutWeight(1)
.height(`${this.calcHeight(69)}lpx`)
.backgroundColor($r('app.color.color_transparent'))
.textFont({ size: `${this.calcHeight(30)}lpx`, weight: 400 })// .defaultFocus(true)
.textFont({ size: `${this.calcHeight(27)}lpx`, weight: 400 })// .defaultFocus(true)
.id("searchId")
.searchIcon({
size: 0
... ...