zhenghy

Merge remote-tracking branch 'origin/main'

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