From b3547d1c531e479021219fda5df153a11b9b52a3 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期一, 31 八月 2020 17:28:09 +0800 Subject: [PATCH] 2020-08-31 --- src/assets/css/main.scss | 9 +++++++-- 1 files changed, 7 insertions(+), 2 deletions(-) diff --git a/src/assets/css/main.scss b/src/assets/css/main.scss index a31a13f..8fa787e 100644 --- a/src/assets/css/main.scss +++ b/src/assets/css/main.scss @@ -204,6 +204,10 @@ .ant-popover { z-index: 1070!important; } +// 姘旀场纭妗� +.ant-popover.popover-confirm { + z-index: 1080!important; +} .ant-notification-notice.notification-custom-error { background: #f5222d; @@ -283,8 +287,9 @@ } .mk-popover-control { i { - padding: 0 5px; + padding: 5px 8px; cursor: pointer; + font-size: 16px; } .edit { color: #1890ff; @@ -300,7 +305,7 @@ } } .ant-popover-inner-content { - padding: 5px 10px; + padding: 5px 20px; } } } \ No newline at end of file -- Gitblit v1.8.0