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:30:23 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
c46585b1f41029eca6e097bfe6abbb270b8eac69
c46585b1
1 parent
b233489b
feat(动态):已关注状态处理
Hide 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 @
c46585b
...
...
@@ -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 @
c46585b
...
...
@@ -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