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 = () => { > 停止后端服务 + + + +
+

系统数据维护

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