From 73d0bc9df3a009054db58116cde3932024b78669 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期四, 25 五月 2023 11:23:33 +0800 Subject: [PATCH] Merge branch 'develop' --- 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