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-05-06 10:35:10 +0800
Browse Files
Options
Browse Files
Download
Plain Diff
Commit
1f94c0caf55dba61d2e5c5c2898bf2ecbbd56935
1f94c0ca
2 parents
08e154f8
c46585b1
Merge remote-tracking branch 'origin/main'
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletions
sight_harmony/features/wdComponent/src/main/ets/components/DynamicDetailComponent.ets
sight_harmony/features/wdComponent/src/main/resources/base/element/color.json
sight_harmony/features/wdComponent/src/main/ets/components/DynamicDetailComponent.ets
View file @
1f94c0c
...
...
@@ -161,7 +161,8 @@ export struct DynamicDetailComponent {
.textAlign(TextAlign.Center)
.fontSize($r('app.float.font_size_12'))
.borderRadius($r('app.float.vp_3'))
.borderColor($r('app.color.color_CCCCCC'))
.borderColor($r('app.color.color_CCCCCC_1A'))
.backgroundColor($r('app.color.color_CCCCCC_1A'))
.fontColor($r('app.color.color_CCCCCC'))
.onClick(() => {
this.handleAccention()
...
...
sight_harmony/features/wdComponent/src/main/resources/base/element/color.json
View file @
1f94c0c
...
...
@@ -97,6 +97,10 @@
"value"
:
"#CCCCCC"
},
{
"name"
:
"color_CCCCCC_1A"
,
"value"
:
"#1ACCCCCC"
},
{
"name"
:
"color_EDEDED"
,
"value"
:
"#EDEDED"
},
...
...
Please
register
or
login
to post a comment