Showing
1 changed file
with
7 additions
and
7 deletions
| @@ -56,17 +56,17 @@ export default struct MinePageUserSimpleInfoUI { | @@ -56,17 +56,17 @@ export default struct MinePageUserSimpleInfoUI { | ||
| 56 | 56 | ||
| 57 | 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')) | 57 | 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')) |
| 58 | .alt(this.userType === "1"?$r('app.media.default_head_userPage'):$r('app.media.AccountOwner_DefaultIcon')) | 58 | .alt(this.userType === "1"?$r('app.media.default_head_userPage'):$r('app.media.AccountOwner_DefaultIcon')) |
| 59 | - .width(63.21) | ||
| 60 | - .height(63.21) | ||
| 61 | - .objectFit(ImageFit.Cover) | ||
| 62 | - .borderRadius(50) | 59 | + .width(64) |
| 60 | + .height(64) | ||
| 61 | + .objectFit(ImageFit.Fill) | ||
| 62 | + .borderRadius(32) | ||
| 63 | 63 | ||
| 64 | if(StringUtils.isNotEmpty(this.levelHead)){ | 64 | if(StringUtils.isNotEmpty(this.levelHead)){ |
| 65 | Image(this.levelHead) | 65 | Image(this.levelHead) |
| 66 | - .width(75.86) | ||
| 67 | - .height(75.86) | 66 | + .width(90) |
| 67 | + .height(90) | ||
| 68 | .objectFit(ImageFit.Cover) | 68 | .objectFit(ImageFit.Cover) |
| 69 | - .borderRadius(50) | 69 | + // .borderRadius(50) |
| 70 | } | 70 | } |
| 71 | } | 71 | } |
| 72 | .width(86) | 72 | .width(86) |
-
Please register or login to post a comment