From c97ade94269ad77694299343cb7717eb385eae16 Mon Sep 17 00:00:00 2001 From: zhang1106 <849185023@qq.com> Date: Fri, 6 Feb 2026 09:53:59 +0800 Subject: [PATCH] =?UTF-8?q?style(DeviceManagement):=20=E7=BB=9F=E4=B8=80?= =?UTF-8?q?=E6=8C=89=E9=92=AE=E6=A0=B7=E5=BC=8F=E5=B9=B6=E4=BD=BF=E7=94=A8?= =?UTF-8?q?=E4=B8=BB=E8=89=B2=E8=B0=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 调整设备管理页面按钮样式,将所有次要操作按钮统一使用主色调,移除危险状态的红色样式,保持界面一致性 --- frontend/src/pages/DeviceManagement.jsx | 35 ++++++++++++++++++------- 1 file changed, 25 insertions(+), 10 deletions(-) diff --git a/frontend/src/pages/DeviceManagement.jsx b/frontend/src/pages/DeviceManagement.jsx index d26521c..563807a 100644 --- a/frontend/src/pages/DeviceManagement.jsx +++ b/frontend/src/pages/DeviceManagement.jsx @@ -1196,7 +1196,7 @@ function DeviceManagement() { ...actionButtonStyle, background: designTokens.colors.primary.gradient, border: 'none', - color: '#ffffff', + color: '#ffffff !important', boxShadow: designTokens.shadows.small }; @@ -1477,28 +1477,44 @@ function DeviceManagement() {