From c7f79abded9ad2e29f297da4a04a641b96b61c5e Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期六, 12 十月 2019 09:51:22 +0800
Subject: [PATCH] add-datamanage

---
 src/components/tabview/index.scss |   40 +++++++++++++++++++++++++++++++++++++---
 1 files changed, 37 insertions(+), 3 deletions(-)

diff --git a/src/components/tabview/index.scss b/src/components/tabview/index.scss
index 25ec811..a506fe2 100644
--- a/src/components/tabview/index.scss
+++ b/src/components/tabview/index.scss
@@ -5,9 +5,12 @@
   .content-header {
     width: 100%;
     height: 100%;
-    // .ant-tabs .ant-tabs-top-content.ant-tabs-content-animated {
-    //   transition: margin-left 0s cubic-bezier(0.645, 0.045, 0.355, 1);
-    // }
+    .ant-tabs .ant-tabs-top-content.ant-tabs-content-animated {
+      transition: margin-left 0s cubic-bezier(0.645, 0.045, 0.355, 1);
+    }
+    .ant-tabs-bar { // 鍘婚櫎鏍囩椤礹eader涓巆ontent涔嬮棿鐨勯棿闅�
+      margin-bottom: 0;
+    }
     .ant-tabs-tab {
       padding: 18px 16px 6px;
       cursor: default;
@@ -28,9 +31,40 @@
       height: calc(100vh - 115px);
       overflow-y: scroll;
       border: 0;
+      margin-top: 16px;
     }
+  }
+  .main-copy {
+    position: fixed;
+    z-index: 2;
+    bottom: 75px;
+    right: 30px;
+    width: 40px;
+    height: 40px;
+    i {
+      font-size: 18px;
+    }
+  }
+  .main-copy.ifr-copy {
+    bottom: 65px;
+    right: 40px;
+    width: 30px;
+    height: 32px;
+    border: 2px solid #687991;
+    opacity: 0.6;
+    i {
+      font-size: 14px;
+      color: #687991;
+    }
+  }
+  .main-copy.ifr-copy:hover {
+    opacity: 1;
   }
 }
 .content-box.collapsed {
   max-width: calc(100% - 80px);
+}
+.ant-message {
+  top: 50px;
+  z-index: 1080;
 }
\ No newline at end of file

--
Gitblit v1.8.0