From 0ab5c46812fe359432395681e153d2b601cab846 Mon Sep 17 00:00:00 2001 From: dap <15891557205@163.com> Date: Tue, 13 Jan 2026 20:25:02 +0800 Subject: [PATCH] =?UTF-8?q?refactor(=E6=8C=89=E9=92=AE=E6=A0=B7=E5=BC=8F):?= =?UTF-8?q?=20=E6=9B=BF=E6=8D=A2btn-success=E7=B1=BB=E4=B8=BAvariant?= =?UTF-8?q?=E5=92=8Ccolor=E5=B1=9E=E6=80=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 使用variant="link"和color="green"替代原有的btn-success类,统一按钮样式实现方式 --- apps/web-antd/src/views/system/dept/index.vue | 3 ++- .../src/views/system/tenant/index.vue | 3 ++- .../src/views/workflow/category/index.vue | 10 +++++--- packages/styles/src/antd/index.css | 24 ------------------- 4 files changed, 11 insertions(+), 29 deletions(-) diff --git a/apps/web-antd/src/views/system/dept/index.vue b/apps/web-antd/src/views/system/dept/index.vue index b9d319aa..9709a398 100644 --- a/apps/web-antd/src/views/system/dept/index.vue +++ b/apps/web-antd/src/views/system/dept/index.vue @@ -155,7 +155,8 @@ function setExpandOrCollapse(expand: boolean) { {{ $t('pages.common.edit') }} diff --git a/apps/web-antd/src/views/system/tenant/index.vue b/apps/web-antd/src/views/system/tenant/index.vue index 8c6e7557..749a31f1 100644 --- a/apps/web-antd/src/views/system/tenant/index.vue +++ b/apps/web-antd/src/views/system/tenant/index.vue @@ -223,7 +223,8 @@ function handleSyncTenantConfig() { @confirm="handleSync(row)" > {{ $t('pages.common.sync') }} diff --git a/apps/web-antd/src/views/workflow/category/index.vue b/apps/web-antd/src/views/workflow/category/index.vue index 5a350673..358dea89 100644 --- a/apps/web-antd/src/views/workflow/category/index.vue +++ b/apps/web-antd/src/views/workflow/category/index.vue @@ -1,14 +1,17 @@