From fa381753ef2a2b25b1c0722549ac17e333da79be Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期二, 06 九月 2022 22:50:54 +0800 Subject: [PATCH] 2022-09-06 --- src/templates/zshare/verifycard/index.scss | 16 ++++++++++++++++ 1 files changed, 16 insertions(+), 0 deletions(-) diff --git a/src/templates/zshare/verifycard/index.scss b/src/templates/zshare/verifycard/index.scss index da0eef1..af61eaa 100644 --- a/src/templates/zshare/verifycard/index.scss +++ b/src/templates/zshare/verifycard/index.scss @@ -209,4 +209,20 @@ } } } +} +.adm-mask { + z-index: 2000!important; +} +.adm-dialog { + z-index: 2000!important; + .adm-center-popup-body { + background-color: #ffffff; + } + .adm-center-popup-wrap { + z-index: 2000; + } + .adm-button { + color: #1890ff; + border-top: 1px solid #e9e9e9; + } } \ No newline at end of file -- Gitblit v1.8.0