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-15 10:27:13 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
e37312a90110c3fad739b6d788c595b066668c92
e37312a9
1 parent
706d805c
fix:bug[17121] 搜索页-删除历史记录按钮展示模糊
Hide 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/SearchHistoryComponent.ets
sight_harmony/features/wdComponent/src/main/ets/components/search/SearchHistoryComponent.ets
View file @
e37312a
...
...
@@ -51,7 +51,7 @@ export struct SearchHistoryComponent{
.height('31lpx')
.width('31lpx')
.interpolation(ImageInterpolation.High)
.objectFit(ImageFit.
Cover
)
.objectFit(ImageFit.
Auto
)
.onClick(()=>{
//弹框提示
this.dialogController.open()
...
...
Please
register
or
login
to post a comment