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-20 11:13:58 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
7aef5d96167a49798854ab4bd2eb57a81a439efe
7aef5d96
1 parent
95f91f91
fix |> 20499 我的>点击账号进入账号主页,点击查看头像,鸿蒙与安卓展示不一致,见截图
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
sight_harmony/features/wdComponent/src/main/ets/pages/ShowUserHeaderPage.ets
sight_harmony/features/wdComponent/src/main/ets/pages/ShowUserHeaderPage.ets
View file @
7aef5d9
...
...
@@ -14,10 +14,9 @@ struct ShowUserHeaderPage {
Row() {
Image(this.headPhotoUrl)
.alt($r('app.media.default_head'))
.width('720lpx')
.height('720lpx')
.width('100%')
.objectFit(ImageFit.Auto)
.clip(new Circle({ width: '720lpx', height: '720lpx' }))
//
.clip(new Circle({ width: '720lpx', height: '720lpx' }))
}
.width('100%')
.height('100%')
...
...
Please
register
or
login
to post a comment