yangchenggong1_wd

fix:bug[17330] 个人主页简介的鸿蒙版画笔模糊

... ... @@ -183,6 +183,7 @@ struct MineHomePage {
Image($r('app.media.user_info_edit_icon'))
.width('27lpx')
.height('27lpx')
.interpolation(ImageInterpolation.High)
.objectFit(ImageFit.Auto)
}
}
... ...