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-18 15:34:27 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
11e8b94067fd2580d47560ace3d848b943bb5748
11e8b940
1 parent
7bd5fa6f
fix:bug[17131] UI-鸿蒙版用户个人信息中的等级背景框样式与安卓不一致
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
5 deletions
sight_harmony/features/wdComponent/src/main/ets/pages/MineHomePage.ets
sight_harmony/features/wdComponent/src/main/resources/base/media/my_grade_bg.png
sight_harmony/features/wdComponent/src/main/ets/pages/MineHomePage.ets
View file @
11e8b94
...
...
@@ -95,15 +95,17 @@ struct MineHomePage {
}
WDRouterRule.jumpWithPage(WDRouterPage.editUserNikeNamePage,params)
})
if(this.levelId>0){
Text(`等级${this.levelId}`)
.textAlign(TextAlign.Center)
.fontColor($r('app.color.color_ED2800'))
.backgroundColor($r('app.color.white'))
.fontSize('19lpx')
.width('96lpx')
.height('35lpx')
.fontSize('23lpx')
.fontWeight(500)
.margin({ left: '10lpx' })
.backgroundImage($r("app.media.my_grade_bg"))
.backgroundImageSize(ImageSize.Cover)
.padding({left:"17lpx",right:"8lpx"})
.height('35lpx')
}
Blank()
...
...
sight_harmony/features/wdComponent/src/main/resources/base/media/my_grade_bg.png
0 → 100644
View file @
11e8b94
569 Bytes
Please
register
or
login
to post a comment