Showing
2 changed files
with
2 additions
and
1 deletions
| @@ -259,10 +259,11 @@ export struct MineSettingComponent { | @@ -259,10 +259,11 @@ export struct MineSettingComponent { | ||
| 259 | Text((item.itemType=='clear_cache') ? this.cacheSize.toFixed(2) + 'M' : '') | 259 | Text((item.itemType=='clear_cache') ? this.cacheSize.toFixed(2) + 'M' : '') |
| 260 | .fontColor('#999999') | 260 | .fontColor('#999999') |
| 261 | .maxLines(1) | 261 | .maxLines(1) |
| 262 | - Image($r('app.media.mine_user_arrow')) | 262 | + Image($r('app.media.mine_user_arrow_2')) |
| 263 | .width('27lpx') | 263 | .width('27lpx') |
| 264 | .height('27lpx') | 264 | .height('27lpx') |
| 265 | .objectFit(ImageFit.Auto) | 265 | .objectFit(ImageFit.Auto) |
| 266 | + .interpolation(ImageInterpolation.High) | ||
| 266 | Column().width('29lpx') | 267 | Column().width('29lpx') |
| 267 | }.width('40%') | 268 | }.width('40%') |
| 268 | .margin({ right: '29lpx' }) | 269 | .margin({ right: '29lpx' }) |
-
Please register or login to post a comment