From a8507cc8c42d17d4fb854594dbf1e084d61912ac Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期二, 18 十月 2022 12:44:22 +0800
Subject: [PATCH] 2022-10-18

---
 src/menu/datasource/verifycard/index.scss |   33 +++++++++++++++++++++++++++++++--
 1 files changed, 31 insertions(+), 2 deletions(-)

diff --git a/src/menu/datasource/verifycard/index.scss b/src/menu/datasource/verifycard/index.scss
index 4be45ad..7fcbe7e 100644
--- a/src/menu/datasource/verifycard/index.scss
+++ b/src/menu/datasource/verifycard/index.scss
@@ -17,9 +17,38 @@
       right: -210px;
       color: rgb(24, 144, 255);
       display: none;
+      opacity: 0.4;
+      transition: opacity 0.2s;
     }
-    .ant-tabs-tab-active .mk-copy-fields {
-      display: inline-block;
+    .mk-copy-datasource {
+      position: absolute;
+      cursor: pointer;
+      z-index: 1;
+      top: 19px;
+      right: -319px;
+      color: rgb(24, 144, 255);
+      display: none;
+      opacity: 0.4;
+      transition: opacity 0.2s;
+    }
+    .mk-paste-datasource {
+      position: absolute;
+      cursor: pointer;
+      z-index: 1;
+      top: 19px;
+      right: -355px;
+      color:purple;
+      display: none;
+      opacity: 0.4;
+      transition: opacity 0.2s;
+    }
+    .mk-copy-fields:hover, .mk-copy-datasource:hover, .mk-paste-datasource:hover {
+      opacity: 1;
+    }
+    .ant-tabs-tab-active {
+      .mk-copy-fields, .mk-copy-datasource, .mk-paste-datasource {
+        display: inline-block;
+      }
     }
     .count-tip {
       position: absolute;

--
Gitblit v1.8.0