From d3272e82652361e5e9bd045925222ef042b6731f Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期三, 18 十一月 2020 18:15:15 +0800
Subject: [PATCH] 2020-11-18

---
 src/menu/datasource/verifycard/index.scss |   14 ++++----------
 1 files changed, 4 insertions(+), 10 deletions(-)

diff --git a/src/menu/datasource/verifycard/index.scss b/src/menu/datasource/verifycard/index.scss
index f2718d6..8e5bf12 100644
--- a/src/menu/datasource/verifycard/index.scss
+++ b/src/menu/datasource/verifycard/index.scss
@@ -1,4 +1,4 @@
-#model-verify-card-box-tab {
+#model-data-source-wrap {
   .ant-spin {
     position: absolute;
     left: calc(50% - 16px);
@@ -23,10 +23,10 @@
       word-break: break-word;
     }
     .quickly-add {
-      position: relative;
+      position: absolute;
       width: 100px;
-      float: right;
-      top: -5px;
+      right: 10px;
+      top: 5px;
       z-index: 2;
     }
     .verify-form {
@@ -76,12 +76,6 @@
     .errorval {
       display: inline-block;
       width: 30px;
-    }
-    .operation-btn {
-      display: inline-block;
-      font-size: 16px;
-      padding: 0 5px;
-      cursor: pointer;
     }
   }
 }
\ No newline at end of file

--
Gitblit v1.8.0