Browse Source

fix: 增加service等比缩放

Before 7 months ago
parent
commit
a22ec16bba
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/app/[locale]/(TabBar)/[[...share]]/@actionWidget/Service.tsx

+ 1 - 1
src/app/[locale]/(TabBar)/[[...share]]/@actionWidget/Service.tsx

@@ -207,7 +207,7 @@ const ServiceWidget: FC<Props> = (props) => {
                         target={"_blank"}
                     >
                         <img
-                            className={"h-[0.3889rem] w-[0.3889rem]"}
+                            className={"h-[0.3889rem] w-[0.3889rem] object-contain"}
                             src={defaultService.icon_url}
                         ></img>
                     </Link>