瀏覽代碼

fix: 增加service等比缩放

Before 7 月之前
父節點
當前提交
a22ec16bba
共有 1 個文件被更改,包括 1 次插入1 次删除
  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>