From cb94bc5eca4c620304a67e1b1cec8c3342a880b4 Mon Sep 17 00:00:00 2001 From: dap <15891557205@163.com> Date: Tue, 13 Jan 2026 20:16:02 +0800 Subject: [PATCH] =?UTF-8?q?fix(menu):=20=E4=BF=AE=E5=A4=8D=E5=AD=90?= =?UTF-8?q?=E8=8F=9C=E5=8D=95=E6=8C=89=E9=92=AE=E6=A0=B7=E5=BC=8F=E5=B9=B6?= =?UTF-8?q?=E6=9B=B4=E6=96=B0=E7=BB=84=E4=BB=B6=E7=B1=BB=E5=9E=8B=E5=A3=B0?= =?UTF-8?q?=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 更新GhostButton的样式属性,将class改为variant和color 同时优化全局组件类型声明,直接引用Button类型 --- apps/web-antd/src/views/system/menu/index.vue | 3 ++- apps/web-antd/types/global-components.d.ts | 9 ++++++--- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/apps/web-antd/src/views/system/menu/index.vue b/apps/web-antd/src/views/system/menu/index.vue index 8ed38a85..4f5f4dd6 100644 --- a/apps/web-antd/src/views/system/menu/index.vue +++ b/apps/web-antd/src/views/system/menu/index.vue @@ -240,7 +240,8 @@ const isAdmin = computed(() => {