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