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
zhenghy
2024-05-15 10:27:40 +0800
Browse Files
Options
Browse Files
Download
Plain Diff
Commit
4c8ea38e7ddbcd35b3e4916bf789e75018b20a7f
4c8ea38e
2 parents
f697def1
e37312a9
Merge remote-tracking branch 'origin/main'
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 @
4c8ea38
...
...
@@ -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