From 07fa5626fd867fb9cd8f552c93894dd2a8efc979 Mon Sep 17 00:00:00 2001 From: dap <15891557205@163.com> Date: Thu, 15 Jan 2026 09:57:49 +0800 Subject: [PATCH] =?UTF-8?q?refactor(component):=20=E7=A7=BB=E9=99=A4?= =?UTF-8?q?=E9=BB=98=E8=AE=A4=E7=9A=84variant=E5=B1=9E=E6=80=A7=E8=AE=BE?= =?UTF-8?q?=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/web-antd/src/adapter/component/index.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/apps/web-antd/src/adapter/component/index.ts b/apps/web-antd/src/adapter/component/index.ts index 99ff7e49..1eda4e3c 100644 --- a/apps/web-antd/src/adapter/component/index.ts +++ b/apps/web-antd/src/adapter/component/index.ts @@ -129,7 +129,6 @@ const withDefaultPlaceholder = ( ...props, ...attrs, ref: innerRef, - variant: 'outlined', }, slots, );