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
wangliang_wd
2024-09-23 16:38:34 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
b00195b6a096593131915c19b2a3989d64c3c973
b00195b6
1 parent
5fdeaab7
feat:调整我的界面头像展示
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 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 @
b00195b
...
...
@@ -56,17 +56,17 @@ export default struct MinePageUserSimpleInfoUI {
Image(this.isLogin?(this.headPhotoUrl?this.headPhotoUrl:this.userType === "1"?$r('app.media.default_head_userPage'):$r('app.media.AccountOwner_DefaultIcon')):$r('app.media.default_head_userPage'))
.alt(this.userType === "1"?$r('app.media.default_head_userPage'):$r('app.media.AccountOwner_DefaultIcon'))
.width(63.21)
.height(63.21)
.objectFit(ImageFit.Cover)
.borderRadius(50)
.width(64)
.height(64)
.objectFit(ImageFit.Fill)
.borderRadius(32)
if(StringUtils.isNotEmpty(this.levelHead)){
Image(this.levelHead)
.width(75.86)
.height(75.86)
.width(90)
.height(90)
.objectFit(ImageFit.Cover)
.borderRadius(50)
//
.borderRadius(50)
}
}
.width(86)
...
...
Please
register
or
login
to post a comment