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-21 14:43:57 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
3a9148173054a48baebb20039a83a584af14e04b
3a914817
1 parent
6e57e2a0
feat: 17489 UI还原问题-【uat】金刚位-知识2,-已关注样式和android不一致
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/cardCommon/RmhTitle.ets
sight_harmony/features/wdComponent/src/main/ets/components/cardCommon/RmhTitle.ets
View file @
3a91481
...
...
@@ -155,7 +155,7 @@ export struct RmhTitle {
Text(Number(this.followStatus) === 0 ? '关注' : '已关注')
.fontSize($r('app.float.font_size_13'))
.fontColor(Number(this.followStatus) === 0 ? $r('app.color.color_ED2800') :
$r('app.color.color_B0B0B0')
)
.fontColor(Number(this.followStatus) === 0 ? $r('app.color.color_ED2800') :
0xc6c6c6
)
}
.flexShrink(0)
.alignSelf(ItemAlign.Center)
...
...
Please
register
or
login
to post a comment