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
yangchenggong1_wd
2024-05-10 10:21:48 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
4658a0d7142f106763fc84e10d32c676075c16a3
4658a0d7
1 parent
56e2469b
fix:bug[17149] UI--鸿蒙版关注列表中的当前所在的三级目录未能加黑显示
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/mine/follow/FollowThirdTabsComponent.ets
sight_harmony/features/wdComponent/src/main/ets/components/mine/follow/FollowThirdTabsComponent.ets
View file @
4658a0d
...
...
@@ -35,7 +35,7 @@ export struct FollowThirdTabsComponent{
Text(item.directoryName)
.fontSize('27lpx')
.fontWeight(this.currentIndex === index ?
"600lpx" : "400lpx"
)
.fontWeight(this.currentIndex === index ?
600 : 400
)
.fontColor(this.currentIndex === index ? this.selectedFontColor : this.fontColor)
.lineHeight('35lpx')
.backgroundImage($r('app.media.ic_collect_mid'))
...
...
Please
register
or
login
to post a comment