From 972f277c5920d9d38749d675912b47b2b120320e Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期四, 25 五月 2023 10:17:41 +0800
Subject: [PATCH] 2023-05-25

---
 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