From 76957ba5b392980538875fcdbe1909301960b864 Mon Sep 17 00:00:00 2001 From: Lxy Date: Wed, 18 Feb 2026 23:13:34 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=A2=9E=E5=8A=A0=E6=B6=88=E6=81=AF?= =?UTF-8?q?=E6=8E=A8=E9=80=81=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/config/Config.css | 13 +++++ src/pages/config/Config.jsx | 94 +++++++++++++++++++++++++++++++++++++ 2 files changed, 107 insertions(+) diff --git a/src/pages/config/Config.css b/src/pages/config/Config.css index 666dd5f..14a4411 100644 --- a/src/pages/config/Config.css +++ b/src/pages/config/Config.css @@ -34,6 +34,11 @@ justify-content: flex-end; } +/* 消息推送配置样式 */ +.push-methods { + margin-top: 8px; +} + /* 响应式设计 */ @media (max-width: 768px) { .config-actions { @@ -44,4 +49,12 @@ .config-actions Button { width: 100%; } + + .push-methods .ant-row { + flex-direction: column; + } + + .push-methods .ant-col { + width: 100%; + } } diff --git a/src/pages/config/Config.jsx b/src/pages/config/Config.jsx index f32fb17..cb1de27 100644 --- a/src/pages/config/Config.jsx +++ b/src/pages/config/Config.jsx @@ -392,6 +392,100 @@ const Config = () => { + + {/* 消息推送配置 */} + + + + +
+ + + + + + + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + +
+ + {/* 推送内容配置 */} + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +