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
王士厅
2024-07-25 09:26:39 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
46ff9fcd9c01b92c756a6b9e48026bbd7b4614aa
46ff9fcd
1 parent
6fd0ba4e
fix: 系统设置暗黑模式,缺省页.backgroundColor(Color.White)
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 @
46ff9fc
...
...
@@ -144,7 +144,7 @@ export struct EmptyComponent {
.type(ButtonType.Normal)
.width(80)
.height(28)
.backgroundColor(
'#fffffff'
)
.backgroundColor(
Color.White
)
.fontColor('#FF666666')
.border({ width: 1 })
.borderColor('#FFEDEDED')
...
...
Please
register
or
login
to post a comment