From 71a0e75ecb56ae643fe1e86188d45f93f48388c9 Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期五, 28 八月 2020 14:07:41 +0800
Subject: [PATCH] 2020-08-28
---
src/assets/css/main.scss | 33 ++++++++++++++++++++++++++++++++-
1 files changed, 32 insertions(+), 1 deletions(-)
diff --git a/src/assets/css/main.scss b/src/assets/css/main.scss
index 0cad06f..a31a13f 100644
--- a/src/assets/css/main.scss
+++ b/src/assets/css/main.scss
@@ -202,7 +202,7 @@
}
.ant-popover {
- z-index: 1090!important;
+ z-index: 1070!important;
}
.ant-notification-notice.notification-custom-error {
@@ -272,4 +272,35 @@
.ant-drawer {
z-index: 1080!important;
+}
+
+.mk-popover-control-wrap {
+ .ant-popover-content {
+ position: relative;
+ top: 5px;
+ .ant-popover-arrow {
+ bottom: -3.8px!important;
+ }
+ .mk-popover-control {
+ i {
+ padding: 0 5px;
+ cursor: pointer;
+ }
+ .edit {
+ color: #1890ff;
+ }
+ .copy {
+ color: #26C281;
+ }
+ .close {
+ color: #ff4d4f;
+ }
+ .profile {
+ color: purple;
+ }
+ }
+ .ant-popover-inner-content {
+ padding: 5px 10px;
+ }
+ }
}
\ No newline at end of file
--
Gitblit v1.8.0