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
yangsunyue1_wd
2024-06-28 15:37:31 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
d4afacdb56e30836de0bfc85d636d04c3fb15a88
d4afacdb
1 parent
1dd8303c
feat:进入文章详情页,评论页,缺省图文案偏淡问题修复
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/EmptyComponent.ets
sight_harmony/features/wdComponent/src/main/ets/components/view/EmptyComponent.ets
View file @
d4afacd
...
...
@@ -78,7 +78,7 @@ export struct EmptyComponent {
/**
* The empty data text opacity.
*/
readonly TEXT_OPACITY: number =
0.4
;
readonly TEXT_OPACITY: number =
1.0
;
private timer: number = -1
retry: () => void = () => {
}
...
...
Please
register
or
login
to post a comment