Showing
1 changed file
with
1 additions
and
1 deletions
| @@ -51,7 +51,7 @@ export struct SearchHistoryComponent{ | @@ -51,7 +51,7 @@ export struct SearchHistoryComponent{ | ||
| 51 | .height('31lpx') | 51 | .height('31lpx') |
| 52 | .width('31lpx') | 52 | .width('31lpx') |
| 53 | .interpolation(ImageInterpolation.High) | 53 | .interpolation(ImageInterpolation.High) |
| 54 | - .objectFit(ImageFit.Cover) | 54 | + .objectFit(ImageFit.Auto) |
| 55 | .onClick(()=>{ | 55 | .onClick(()=>{ |
| 56 | //弹框提示 | 56 | //弹框提示 |
| 57 | this.dialogController.open() | 57 | this.dialogController.open() |
-
Please register or login to post a comment