Parcourir la source

fix: 增加service等比缩放

Before il y a 7 mois
Parent
commit
a22ec16bba

+ 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>