From 23cb54bbb041413ba327d046a4b396267ef2ecfe Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期三, 13 一月 2021 19:31:56 +0800
Subject: [PATCH] 2021-01-13

---
 src/tabviews/zshare/settingcomponent/editTable/index.scss |   60 +++++++++++++++++++-----------------------------------------
 1 files changed, 19 insertions(+), 41 deletions(-)

diff --git a/src/tabviews/zshare/settingcomponent/editTable/index.scss b/src/tabviews/zshare/settingcomponent/editTable/index.scss
index 5943f34..e05b28a 100644
--- a/src/tabviews/zshare/settingcomponent/editTable/index.scss
+++ b/src/tabviews/zshare/settingcomponent/editTable/index.scss
@@ -1,14 +1,9 @@
-.modal-edit-table {
+.modal-custom-edit-table {
   .editable-row {
     .ant-form-explain {
       position: absolute;
       font-size: 12px;
       margin-top: -4px;
-    }
-    .color-sketch-block {
-      width: 200px;
-      position: relative;
-      top: 8px;
     }
     .ant-select {
       width: 100%;
@@ -18,6 +13,24 @@
     }
     > td:last-child {
       padding: 0px;
+    }
+  }
+  .ant-table-expanded-row {
+    td[colspan="4"] {
+      padding: 10px;
+      .ant-table-wrapper {
+        margin: 0;
+        .ant-table-body {
+          margin: 0;
+        }
+      }
+    }
+  }
+  .editable-row:not(.print) {
+    .ant-table-row-expand-icon-cell {
+      div {
+        display: none;
+      }
     }
   }
 
@@ -36,12 +49,6 @@
     .primary {
       color: #1890ff;
     }
-    .copy {
-      color: #26C281;
-    }
-    .danger {
-      color: #ff4d4f;
-    }
     span:last-child {
       margin-right: 0px;
     }
@@ -53,35 +60,6 @@
     }
     .primary {
       color: rgba(0, 0, 0, .25);
-    }
-    .danger {
-      color: rgba(0, 0, 0, .25);
-    }
-    .copy {
-      color: rgba(0, 0, 0, .25);
-    }
-  }
-  .ant-empty {
-    margin: 0;
-  }
-  tr.drop-over-downward td {
-    border-bottom: 2px dashed #1890ff;
-  }
-  tr.drop-over-upward td {
-    border-top: 2px dashed #1890ff;
-  }
-  .copy-control {
-    display: inline-block;
-    position: absolute;
-    right: 10px;
-    top: 2px;
-
-    .anticon-copy {
-      margin-right: 7px;
-      color: #26C281;
-    }
-    .anticon-snippets {
-      color: purple;
     }
   }
 }

--
Gitblit v1.8.0