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 = () => {
+
+ {/* 消息推送配置 */}
+