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-04-24 16:08:47 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
c5d1f2c2c10fff191e500cc46e735597ec2521f2
c5d1f2c2
1 parent
8d42afc8
还原缺省图默认配置
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/view/EmptyComponent.ets
sight_harmony/features/wdComponent/src/main/ets/components/view/EmptyComponent.ets
View file @
c5d1f2c
...
...
@@ -52,7 +52,7 @@ export struct EmptyComponent {
// private emptySize: SizeOptions = {};
@State emptyWidth: string | number = CommonConstants.FULL_PARENT;
@State emptyHeight: string | number = CommonConstants.FULL_PARENT;
@
Link emptyType: number
; // 缺省图类型,传枚举
@
State emptyType: number = WDViewDefaultType.WDViewDefaultType_Default
; // 缺省图类型,传枚举
@State emptyButton: boolean = false
@State timeNum: number = 10
/**
...
...
Please
register
or
login
to post a comment