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
yangchenggong1_wd
2024-05-14 09:12:11 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
4584570c02908b60059968ed9d37a601235548db
4584570c
1 parent
a65fa08f
fix:bug[17172] 取消搜索,退出搜索页的动效不对
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
sight_harmony/features/wdComponent/src/main/ets/pages/SearchPage.ets
sight_harmony/features/wdComponent/src/main/ets/pages/SearchPage.ets
View file @
4584570
@@ -8,5 +8,6 @@ struct SearchPage {
@@ -8,5 +8,6 @@ struct SearchPage {
8
SearchComponent()
8
SearchComponent()
9
}.height('100%')
9
}.height('100%')
10
.width('100%')
10
.width('100%')
11
+
.backgroundColor($r('app.color.white'))
11
}
12
}
12
}
13
}
Please
register
or
login
to post a comment