From fc55bf4131e3056a84ac7bae16540a4e714214b8 Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期四, 16 二月 2023 18:13:00 +0800
Subject: [PATCH] 2023-02-16

---
 src/menu/datasource/verifycard/index.scss |   17 ++++++-----------
 1 files changed, 6 insertions(+), 11 deletions(-)

diff --git a/src/menu/datasource/verifycard/index.scss b/src/menu/datasource/verifycard/index.scss
index 7fcbe7e..b9bc0fe 100644
--- a/src/menu/datasource/verifycard/index.scss
+++ b/src/menu/datasource/verifycard/index.scss
@@ -14,9 +14,9 @@
       cursor: pointer;
       z-index: 1;
       top: 19px;
-      right: -210px;
+      right: -50px;
       color: rgb(24, 144, 255);
-      display: none;
+      display: inline-block;
       opacity: 0.4;
       transition: opacity 0.2s;
     }
@@ -25,9 +25,9 @@
       cursor: pointer;
       z-index: 1;
       top: 19px;
-      right: -319px;
+      right: -50px;
       color: rgb(24, 144, 255);
-      display: none;
+      display: inline-block;
       opacity: 0.4;
       transition: opacity 0.2s;
     }
@@ -36,19 +36,14 @@
       cursor: pointer;
       z-index: 1;
       top: 19px;
-      right: -355px;
+      right: -90px;
       color:purple;
-      display: none;
+      display: inline-block;
       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