From 233709a44a2f5cfff9b8fb955ebcdc6889c0d40b Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期二, 19 十一月 2019 09:12:28 +0800
Subject: [PATCH] 2019-11-19

---
 src/components/sidemenu/comtableconfig/index.scss |   72 +++++++++++++++++++++++++++++++++---
 1 files changed, 66 insertions(+), 6 deletions(-)

diff --git a/src/components/sidemenu/comtableconfig/index.scss b/src/components/sidemenu/comtableconfig/index.scss
index 5f6e425..1de9418 100644
--- a/src/components/sidemenu/comtableconfig/index.scss
+++ b/src/components/sidemenu/comtableconfig/index.scss
@@ -12,6 +12,9 @@
     flex: 1;
     background: #ffffff;
     border-right: 1px solid #d9d9d9;
+    height: 100%;
+    overflow-y: hidden;
+    padding-bottom: 30px;
     .ant-collapse-item {
       border: 0;
     }
@@ -44,12 +47,52 @@
         }
       }
     }
+    .tables {
+      .ant-select-selection-selected-value {
+        opacity: 0.4!important;
+      }
+    }
+    .ant-list {
+      margin-top: 20px;
+      .ant-list-item {
+        position: relative;
+        padding-left: 5px;
+        overflow: hidden;
+        text-overflow: ellipsis;
+        white-space: nowrap;
+        width: 100%;
+        .anticon {
+          position: absolute;
+          top: 0px;
+          right: 0px;
+          padding: 3px;
+          cursor: pointer;
+        }
+      }
+    }
+  }
+  .tools:hover {
+    overflow-y: auto;
+  }
+  .tools::-webkit-scrollbar {
+    width: 7px;
+  }
+  .tools::-webkit-scrollbar-thumb {
+    border-radius: 5px;
+    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.13);
+    background: rgba(0, 0, 0, 0.13);
+  }
+  .tools::-webkit-scrollbar-track {
+    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.05);
+    border-radius: 3px;
+    border: 1px solid rgba(0, 0, 0, 0.07);
+    background: rgba(0, 0, 0, 0);
   }
   .setting {
     position: relative;
     width: calc(100vw - 235px);
     height: 100%;
-    overflow-y: auto;
+    overflow-y: hidden;
     background: #ffffff;
     .ant-card-head {
       min-height: 44px;
@@ -148,13 +191,13 @@
       }
       .action-list {
         padding: 0px 20px 15px;
-        min-height: 72px;
+        min-height: 82px;
         > .ant-row {
           min-height: 67px;
         }
         .page-card {
           display: inline-block;
-          margin: 0px 0px 20px 0px;
+          margin: 0px 0px 0px 0px;
           padding: 15px 10px 0 0;
           position: relative;
           div {
@@ -166,6 +209,9 @@
             top: 0px;
             cursor: pointer;
             display: none;
+          }
+          .edit.copy {
+            left: 20px;
           }
           button {
             cursor: move;
@@ -245,7 +291,21 @@
       }
     }
   }
+  .setting:hover {
+    overflow-y: auto;
+  }
+  .setting::-webkit-scrollbar {
+    width: 7px;
+  }
+  .setting::-webkit-scrollbar-thumb {
+    border-radius: 5px;
+    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.13);
+    background: rgba(0, 0, 0, 0.13);
+  }
+  .setting::-webkit-scrollbar-track {
+    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.05);
+    border-radius: 3px;
+    border: 1px solid rgba(0, 0, 0, 0.07);
+    background: rgba(0, 0, 0, 0);
+  }
 }
-// .commontable-edit-modal {
-//   width: 650px!important;
-// }

--
Gitblit v1.8.0