From a06655e10f4242c350a3450c6c21e77f33302e2e Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期五, 27 十一月 2020 22:09:04 +0800
Subject: [PATCH] 2020-11-27

---
 src/templates/zshare/editTable/index.scss |   20 +++++++++++++++++++-
 1 files changed, 19 insertions(+), 1 deletions(-)

diff --git a/src/templates/zshare/editTable/index.scss b/src/templates/zshare/editTable/index.scss
index f51b1ff..4d73446 100644
--- a/src/templates/zshare/editTable/index.scss
+++ b/src/templates/zshare/editTable/index.scss
@@ -14,7 +14,10 @@
       width: 100%;
     }
     > td {
-      padding: 16px 10px;
+      padding: 14px 10px;
+    }
+    > td:last-child {
+      padding: 0px;
     }
   }
 
@@ -27,6 +30,8 @@
     span {
       margin-right: 10px;
       cursor: pointer;
+      font-size: 16px;
+      padding: 5px;
     }
     .primary {
       color: #1890ff;
@@ -54,3 +59,16 @@
     margin: 0;
   }
 }
+.modal-edit-table.editing {
+  .editable-row {
+    cursor: default!important;
+  }
+}
+.modal-edit-table:not(.editing) {
+  tr.drop-over-downward td {
+    border-bottom: 2px dashed #1890ff;
+  }
+  tr.drop-over-upward td {
+    border-top: 2px dashed #1890ff;
+  }
+}

--
Gitblit v1.8.0