From a4a200fd8a7e1843e1c81d0661167d151bd306d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E5=BF=A0=E6=9E=97?= <170083662@qq.com> Date: Tue, 2 Sep 2025 10:24:49 +0800 Subject: [PATCH] =?UTF-8?q?style(user):=20=E8=B0=83=E6=95=B4=E7=94=A8?= =?UTF-8?q?=E6=88=B7=E5=8D=A1=E7=89=87=E4=B8=AD=E7=9A=84=E6=89=AB=E6=8F=8F?= =?UTF-8?q?=E5=9B=BE=E6=A0=87=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit -为 Scan 组件添加 className 和 size 属性 - 设置文本颜色为 gray-900 - 设置图标大小为 24 --- src/pages/user/components/UserCard.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/user/components/UserCard.tsx b/src/pages/user/components/UserCard.tsx index def1e74..8b3456b 100644 --- a/src/pages/user/components/UserCard.tsx +++ b/src/pages/user/components/UserCard.tsx @@ -205,7 +205,7 @@ const UserCard = forwardRef((_, ref) => { ) : ''} - {isAdmin() && navTo('/user/store/verification', true)} />} + {isAdmin() && navTo('/user/store/verification', true)} />} navTo('/user/profile/profile', true)}> {'个人资料'}