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-08-30 18:20:07 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
389388d759b66787d855827f86143862d9f363d4
389388d7
1 parent
918c9317
fix: '我的'预约、消息修改ui修改
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
sight_harmony/features/wdComponent/src/main/ets/pages/MineHomePage.ets
sight_harmony/features/wdComponent/src/main/ets/pages/MineHomePage.ets
View file @
389388d
...
...
@@ -442,15 +442,14 @@ struct MineHomePage {
@Builder TabBuilder(index: number, title: string) {
Stack(){
Text(title)
.height(20)
.fontSize(18)
.fontWeight(this.currentIndex === index ?
5
00 : 400)
.fontWeight(this.currentIndex === index ?
6
00 : 400)
.fontColor(this.currentIndex === index ? this.selectedFontColor : this.fontColor)
.lineHeight(20)
if(this.currentIndex === index){
Divider()
.width(1
4.2
)
.width(1
6
)
.height(2)
.color('#ED2800')
.strokeWidth(2)
...
...
Please
register
or
login
to post a comment