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-11 15:44:36 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
74a8bc7d35d0a23fabf249f5705f15f738886084
74a8bc7d
1 parent
bd0b4e9b
fix:bug[17128] UI-我的用户信息和编辑资料字体大小鸿蒙与按照不一致
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
sight_harmony/features/wdComponent/src/main/ets/pages/MineHomePage.ets
sight_harmony/features/wdComponent/src/main/ets/pages/MineHomePage.ets
View file @
74a8bc7
...
...
@@ -268,8 +268,8 @@ struct MineHomePage {
.height('42lpx')
.maxLines(1)
.id("rightText")
.fontSize('35lpx')
.fontWeight('400lpx')
.fontSize('31lpx')
.fontWeight(400)
.fontColor($r('app.color.white') )
.lineHeight('42lpx')
.alignRules({
...
...
@@ -324,10 +324,10 @@ struct MineHomePage {
.height('42lpx')
.maxLines(1)
.id("title")
.fontSize('35lpx')
.fontWeight('400lpx')
.fontSize('27lpx')
.fontWeight(400)
.fontColor($r('app.color.color_222222'))
.lineHeight('
42
lpx')
.lineHeight('
31
lpx')
.alignRules({
center: { anchor: "__container__", align: VerticalAlign.Center },
left: { anchor: "head_icon", align: HorizontalAlign.End }
...
...
@@ -338,8 +338,8 @@ struct MineHomePage {
.height('42lpx')
.maxLines(1)
.id("rightText")
.fontSize('35lpx')
.fontWeight('400lpx')
.fontSize('31lpx')
.fontWeight(400)
.fontColor($r('app.color.color_222222'))
.lineHeight('42lpx')
.alignRules({
...
...
Please
register
or
login
to post a comment