From 0f79daefced8980fa571dd3d2c781a0e3646614f Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期二, 24 十一月 2020 16:57:19 +0800
Subject: [PATCH] 2020-11-24

---
 src/templates/zshare/editTable/index.scss |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/src/templates/zshare/editTable/index.scss b/src/templates/zshare/editTable/index.scss
index a84f0a7..f51b1ff 100644
--- a/src/templates/zshare/editTable/index.scss
+++ b/src/templates/zshare/editTable/index.scss
@@ -21,7 +21,7 @@
   thead tr th:last-child {
     text-align: center;
   }
-  .operation-btn {
+  .edit-operation-btn {
     display: block;
     text-align: center;
     span {
@@ -34,8 +34,11 @@
     .danger {
       color: #ff4d4f;
     }
+    span:last-child {
+      margin-right: 0px;
+    }
   }
-  .operation-btn.disabled {
+  .edit-operation-btn.disabled {
     cursor: default;
     span {
       cursor: default;

--
Gitblit v1.8.0