From 343e35d61733028e884bc60963183983154ca093 Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期二, 03 十二月 2019 09:14:48 +0800
Subject: [PATCH] 2019-12-03-01

---
 src/templates/comtableconfig/index.scss |   18 ++++++++++++++++++
 1 files changed, 18 insertions(+), 0 deletions(-)

diff --git a/src/templates/comtableconfig/index.scss b/src/templates/comtableconfig/index.scss
index 944465b..f2e117c 100644
--- a/src/templates/comtableconfig/index.scss
+++ b/src/templates/comtableconfig/index.scss
@@ -193,8 +193,15 @@
             position: absolute;
             left: 0;
             top: 5px;
+            color: #1890ff;
             cursor: pointer;
             display: none;
+            // border: 1px solid #1890ff;
+            // border-radius: 20px;
+          }
+          .edit.close {
+            left: 20px;
+            color: #ff4d4f;
           }
         }
         .page-card:hover {
@@ -225,11 +232,17 @@
             position: absolute;
             left: 0;
             top: 0px;
+            color: #1890ff;
             cursor: pointer;
             display: none;
           }
+          .edit.close {
+            left: 40px;
+            color: #ff4d4f;
+          }
           .edit.copy {
             left: 20px;
+            color: #26C281;
           }
           button {
             cursor: move;
@@ -295,9 +308,14 @@
               position: absolute;
               left: 0;
               top: 0px;
+              color: #1890ff;
               cursor: pointer;
               display: none;
             }
+            .edit.close {
+              left: 20px;
+              color: #ff4d4f;
+            }
             .ant-checkbox-inner {
               margin-top: 14px;
               margin-left: calc(50% - 8px);

--
Gitblit v1.8.0