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 16:11:08 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
b2a8b961213ec8d67c5b672dc863f873746317a2
b2a8b961
1 parent
bcc25543
feat:调整搜索缺省图
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/SearchResultComponent.ets
sight_harmony/features/wdComponent/src/main/ets/components/search/SearchResultComponent.ets
View file @
b2a8b96
...
...
@@ -74,7 +74,7 @@ export struct SearchResultComponent {
//缺省图
if(this.isConnectNetwork){
EmptyComponent({emptyType:4})
.height(
`${this.calcHeight(612)}lpx`
)
.height(
'70%'
)
.width('100%')
}else{
EmptyComponent({ emptyType: 1,emptyHeight:"100%" ,retry: () => {
...
...
Please
register
or
login
to post a comment