From 5e871a4164869bac7927ea6884dbadd650b1cadf Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期四, 25 五月 2023 11:25:28 +0800
Subject: [PATCH] Merge branch 'master' into positec

---
 src/components/header/index.scss |   15 +++++++++++++++
 1 files changed, 15 insertions(+), 0 deletions(-)

diff --git a/src/components/header/index.scss b/src/components/header/index.scss
index 913208f..d38a22d 100644
--- a/src/components/header/index.scss
+++ b/src/components/header/index.scss
@@ -274,4 +274,19 @@
       }
     }
   }
+}
+
+.mk-wx-notice {
+  top: 100px!important;
+  .anticon-check-circle {
+    display: none;
+  }
+  .ant-modal-confirm-title {
+    text-align: center;
+    min-height: 320px;
+  }
+  .ant-modal-confirm-btns {
+    float: none!important;
+    text-align: center;
+  }
 }
\ No newline at end of file

--
Gitblit v1.8.0