Toggle navigation
Toggle navigation
This project
Loading...
Sign in
developOne
/
harmonyPool
Go to a project
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
wangliang_wd
2024-08-13 15:23:35 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
bcc2554394737cdc22ea05e1c3c0d0973c46b2e0
bcc25543
1 parent
9699c42a
feat:优化搜索框字体大小
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
sight_harmony/features/wdComponent/src/main/ets/components/search/SearchComponent.ets
sight_harmony/features/wdComponent/src/main/ets/components/search/SearchComponent.ets
View file @
bcc2554
...
...
@@ -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
...
...
Please
register
or
login
to post a comment