From ce3a4953f5feb888feffe3ff2292b4210f0fa825 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=96=87=E8=96=87=E5=AE=89?= Date: Sun, 1 Feb 2026 22:19:59 +0800 Subject: [PATCH] a --- frontend/src/components/GlobalConfig.css | 10 ++++++++++ frontend/src/components/GlobalConfig.jsx | 15 ++++++++++++--- 2 files changed, 22 insertions(+), 3 deletions(-) diff --git a/frontend/src/components/GlobalConfig.css b/frontend/src/components/GlobalConfig.css index 4dc17c5..4f19a79 100644 --- a/frontend/src/components/GlobalConfig.css +++ b/frontend/src/components/GlobalConfig.css @@ -278,6 +278,16 @@ border-color: #bd2130; } +.system-btn.warning { + background: #ff9800; + color: white; + border-color: #f57c00; +} + +.system-btn.warning:hover:not(:disabled) { + background: #f57c00; +} + .system-hint { font-size: 13px; color: #666; diff --git a/frontend/src/components/GlobalConfig.jsx b/frontend/src/components/GlobalConfig.jsx index 3b81e3b..65bbe30 100644 --- a/frontend/src/components/GlobalConfig.jsx +++ b/frontend/src/components/GlobalConfig.jsx @@ -1185,15 +1185,24 @@ const GlobalConfig = () => { > 停止后端服务 + + + +
+

系统数据维护

+
+ + * 影响后端服务及所有交易账号,修改配置后请点击。 +