From bcef9a2845e6800704fecb3eb60c204f80854a07 Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期四, 24 九月 2020 09:17:24 +0800
Subject: [PATCH] 2020-09-24

---
 src/menu/components/tabs/tabsetting/index.scss |   95 ++---------------------------------------------
 1 files changed, 4 insertions(+), 91 deletions(-)

diff --git a/src/menu/components/tabs/tabsetting/index.scss b/src/menu/components/tabs/tabsetting/index.scss
index 2cb686e..04372e6 100644
--- a/src/menu/components/tabs/tabsetting/index.scss
+++ b/src/menu/components/tabs/tabsetting/index.scss
@@ -1,94 +1,7 @@
-.model-menu-tabs-setting {
-  position: absolute;
-  right: 7px;
-  top: 5px;
-  z-index: 1;
+.model-menu-setting-wrap {
+  display: inline-block;
 
-  >.anticon-setting {
-    font-size: 18px;
-    padding: 10px;
-  }
-
-  .model-input-group-wrapper {
-    padding: 0 20px;
-    display: inline-block;
-    width: 100%;
-    text-align: start;
-    vertical-align: top;
-    margin-bottom: 15px;
-
-    .model-input-wrapper {
-      position: relative;
-      display: table;
-      width: 100%;
-      border-collapse: separate;
-      border-spacing: 0;
-
-      .model-input-value {
-        display: table-cell;
-        width: 100%;
-        border: 1px solid #d9d9d9;
-        border-radius: 4px 0px 0px 4px;
-        overflow: hidden;
-        text-overflow:ellipsis;
-        white-space: nowrap;
-        padding: 2px 10px;
-        color: #ffffff;
-      }
-
-      .model-input-group-addon {
-        display: table-cell;
-        width: 1px;
-        position: relative;
-        padding: 0 11px;
-        color: rgba(0, 0, 0, 0.65);
-        font-weight: normal;
-        font-size: 14px;
-        line-height: 1;
-        text-align: center;
-        background-color: #fafafa;
-        border: 1px solid #d9d9d9;
-        border-radius: 0px 4px 4px 0px;
-        white-space: nowrap;
-      }
-
-      .model-input-insert {
-        display: table-cell;
-        width: 100%;
-        border: 1px dotted #d9d9d9;
-        border-radius: 4px;
-        text-align: center;
-        cursor: pointer;
-
-        .anticon-plus {
-          padding: 6px;
-          font-size: 16px;
-          color: rgb(38, 194, 129);
-        }
-      }
-    }
-    .anticon-setting {
-      margin-right: 5px;
-      padding: 6px;
-      cursor: pointer;
-    }
-    .anticon-setting:hover {
-      color: #1890ff;
-    }
-    .anticon-close {
-      padding: 6px;
-      cursor: pointer;
-    }
-    .anticon-close:hover {
-      color: #ff4d4f;
-    }
-  }
-}
-.model-datasource-verify-modal {
-  .ant-modal {
-    top: 50px;
-    .ant-modal-body {
-      max-height: calc(100vh - 190px);
-    }
+  >.anticon-edit {
+    color: #1890ff;
   }
 }
\ No newline at end of file

--
Gitblit v1.8.0