yangchenggong1_wd

fix:bug[17282] 设置界面的>图标鸿蒙版比较模糊

... ... @@ -259,10 +259,11 @@ export struct MineSettingComponent {
Text((item.itemType=='clear_cache') ? this.cacheSize.toFixed(2) + 'M' : '')
.fontColor('#999999')
.maxLines(1)
Image($r('app.media.mine_user_arrow'))
Image($r('app.media.mine_user_arrow_2'))
.width('27lpx')
.height('27lpx')
.objectFit(ImageFit.Auto)
.interpolation(ImageInterpolation.High)
Column().width('29lpx')
}.width('40%')
.margin({ right: '29lpx' })
... ...