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-11 15:04:40 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
09860a307336dad9e60ecd3a51332e5f80829922
09860a30
1 parent
c9790121
feat:优化个人主页,人民号主页tab下划线
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
7 deletions
sight_harmony/features/wdComponent/src/main/ets/components/peopleShipHomePage/PeopleShipHomeListComponent.ets
sight_harmony/features/wdComponent/src/main/ets/pages/MineHomePage.ets
sight_harmony/features/wdComponent/src/main/ets/components/peopleShipHomePage/PeopleShipHomeListComponent.ets
View file @
09860a3
...
...
@@ -124,10 +124,9 @@ export struct PeopleShipHomeListComponent {
.fontWeight(this.currentIndex === index ? 500 : 400)
.lineHeight(22)
.height(22)
Divider()
.width('15vp')
.strokeWidth(2)
.color('#CB0000')
Image($r('app.media.icon_channel_active'))//.colorFilter(ColorUtils.getDrawingColorFilter(this.getBothColor("")))
.width(16)
.height(2)
.opacity(this.currentIndex === index ? 1 : 0)
}
.justifyContent(FlexAlign.Center)
...
...
sight_harmony/features/wdComponent/src/main/ets/pages/MineHomePage.ets
View file @
09860a3
...
...
@@ -451,11 +451,9 @@ struct MineHomePage {
.height(40)
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: 40})
.id("divTag")
}
...
...
Please
register
or
login
to post a comment