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
yumaochao
2024-04-24 16:56:37 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
ce2359b8feabe0eee7ad997e98e50e722dd1ffb1
ce2359b8
1 parent
f11dc35e
fix:修改直播的缺省图
Show 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/LiveEmptyComponent.ets
sight_harmony/features/wdComponent/src/main/ets/components/view/LiveEmptyComponent.ets
View file @
ce2359b
...
...
@@ -20,7 +20,7 @@ export const enum WDViewDefaultType {
*/
@Preview
@Component
export struct EmptyComponent {
export struct
Live
EmptyComponent {
// private emptySize: SizeOptions = {};
@State emptyWidth: string | number = CommonConstants.FULL_PARENT;
@State emptyHeight: string | number = CommonConstants.FULL_PARENT;
...
...
Please
register
or
login
to post a comment