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
wangliang_wd
2024-09-13 17:48:38 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
e2fc67caeaa8fbaafed8f16429c5071ecfdc4335
e2fc67ca
1 parent
a21dd980
feat:调整我的主页,关注列表下划线展示
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
6 deletions
sight_harmony/features/wdComponent/src/main/ets/components/mine/follow/FollowFirstTabsComponent.ets
sight_harmony/features/wdComponent/src/main/ets/pages/MineHomePage.ets
sight_harmony/features/wdComponent/src/main/ets/components/mine/follow/FollowFirstTabsComponent.ets
View file @
e2fc67c
...
...
@@ -60,12 +60,10 @@ export struct FollowFirstTabsComponent{
.lineHeight(20)
if(this.currentIndex === index){
Divider(
)
Image($r('app.media.icon_channel_active'))//.colorFilter(ColorUtils.getDrawingColorFilter(this.getBothColor(""))
)
.width(16)
.height(2)
.color('#ED2800')
.strokeWidth(2)
.margin({top: 35})
.margin({top: 30})
.id("divTag")
}
}.onClick(()=>{
...
...
sight_harmony/features/wdComponent/src/main/ets/pages/MineHomePage.ets
View file @
e2fc67c
...
...
@@ -448,13 +448,12 @@ struct MineHomePage {
.fontWeight(this.currentIndex === index ? 600 : 400)
.fontColor(this.currentIndex === index ? this.selectedFontColor : this.fontColor)
.lineHeight(20)
.height(40)
if(this.currentIndex === index){
Image($r('app.media.icon_channel_active'))//.colorFilter(ColorUtils.getDrawingColorFilter(this.getBothColor("")))
.width(16)
.height(2)
.margin({top:
4
0})
.margin({top:
3
0})
.id("divTag")
}
}.onClick(()=>{
...
...
Please
register
or
login
to post a comment