From 296bcbd857df5130b47b9eaaa5e0dc33518aa43c Mon Sep 17 00:00:00 2001 From: dap <15891557205@163.com> Date: Mon, 12 Jan 2026 11:28:37 +0800 Subject: [PATCH] =?UTF-8?q?fix(button):=20=E5=B0=86=E5=B9=BD=E7=81=B5?= =?UTF-8?q?=E6=8C=89=E9=92=AE=E7=B1=BB=E5=9E=8B=E4=BB=8Eprimary=E6=94=B9?= =?UTF-8?q?=E4=B8=BAlink=E5=B9=B6=E7=A7=BB=E9=99=A4ghost=E5=B1=9E=E6=80=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/web-antd/src/components/global/button.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/web-antd/src/components/global/button.ts b/apps/web-antd/src/components/global/button.ts index 3e49862d..bf17b62a 100644 --- a/apps/web-antd/src/components/global/button.ts +++ b/apps/web-antd/src/components/global/button.ts @@ -16,8 +16,8 @@ export const GhostButton = defineComponent({ { ...props, ...attrs, - type: 'primary', - ghost: true, + type: 'link', + // ghost: true, size: 'small', }, slots,