zhenghy

Merge remote-tracking branch 'origin/main'

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