From a5a396e692ab19e4ca39f231d576b1ab647ba41b Mon Sep 17 00:00:00 2001 From: lzh Date: Mon, 22 Dec 2025 14:55:04 +0800 Subject: [PATCH] =?UTF-8?q?feat(@vben-core/shadcn-ui):=20=E5=8D=87?= =?UTF-8?q?=E7=BA=A7=20Card=20=E7=BB=84=E4=BB=B6=E4=B8=BA=E6=AF=9B?= =?UTF-8?q?=E7=8E=BB=E7=92=83=E9=A3=8E=E6=A0=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 应用毛玻璃工具类(glass-card, glass-border, glass-shadow 等) - 添加超大圆角(32px)和顶部高光效果 - 实现悬浮动画效果(上移 + 阴影增强) --- packages/@core/ui-kit/shadcn-ui/src/ui/card/Card.vue | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/packages/@core/ui-kit/shadcn-ui/src/ui/card/Card.vue b/packages/@core/ui-kit/shadcn-ui/src/ui/card/Card.vue index a5b6c6197..76023b816 100644 --- a/packages/@core/ui-kit/shadcn-ui/src/ui/card/Card.vue +++ b/packages/@core/ui-kit/shadcn-ui/src/ui/card/Card.vue @@ -10,7 +10,10 @@ const props = defineProps<{