yangchenggong1_wd

fix:bug[17121] 搜索页-删除历史记录按钮展示模糊

@@ -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()