Showing
2 changed files
with
1 additions
and
0 deletions
| @@ -183,6 +183,7 @@ struct MineHomePage { | @@ -183,6 +183,7 @@ struct MineHomePage { | ||
| 183 | Image($r('app.media.user_info_edit_icon')) | 183 | Image($r('app.media.user_info_edit_icon')) |
| 184 | .width('27lpx') | 184 | .width('27lpx') |
| 185 | .height('27lpx') | 185 | .height('27lpx') |
| 186 | + .interpolation(ImageInterpolation.High) | ||
| 186 | .objectFit(ImageFit.Auto) | 187 | .objectFit(ImageFit.Auto) |
| 187 | } | 188 | } |
| 188 | } | 189 | } |
-
Please register or login to post a comment