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-09-27 11:19:06 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
280ae468463a49b3529b17209a22bef3e069c9c3
280ae468
1 parent
1bc1aa5f
fix |> 20564 我的页面,鸿蒙展示的等级背景宽高比安卓小、用户昵称省略展示的方式与安卓不一致,安卓是省略号展示在中间
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
sight_harmony/features/wdComponent/src/main/ets/components/mine/MinePageUserSimpleInfoUI.ets
sight_harmony/features/wdComponent/src/main/ets/components/mine/MinePageUserSimpleInfoUI.ets
View file @
280ae46
...
...
@@ -113,7 +113,7 @@ export default struct MinePageUserSimpleInfoUI {
.margin({ left: 0,top:8 })
.backgroundImage($r("app.media.mine_grade_bg"))
.backgroundImageSize(ImageSize.FILL)
.padding({left:
6,right: 6
})
.padding({left:
9,right: 9
})
.height(16)
}
}
...
...
Please
register
or
login
to post a comment