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-10-09 10:06:58 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
df65bb1c64f0e81088b1aa3288e1f71d1c456d5c
df65bb1c
1 parent
5acfa688
fix: 产品走查:rmhTitle组件关注ui
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 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 @
df65bb1
...
...
@@ -227,9 +227,10 @@ export struct RmhTitle {
Text(Number(this.followStatus) === 0 ? '关注' : '已关注')
.fontSize($r('app.float.font_size_13'))
.fontWeight(600)
.fontColor(Number(this.followStatus) === 0 ? $r('app.color.color_ED2800') : 0xc6c6c6)
}
.margin({top:4})
//
.margin({top:4})
.height(36)
}
.flexShrink(0)
...
...
Please
register
or
login
to post a comment