yangchenggong1_wd

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

... ... @@ -51,7 +51,7 @@ export struct SearchHistoryComponent{
.height('31lpx')
.width('31lpx')
.interpolation(ImageInterpolation.High)
.objectFit(ImageFit.Cover)
.objectFit(ImageFit.Auto)
.onClick(()=>{
//弹框提示
this.dialogController.open()
... ...