From 81d0d7721bb14a34b1eef99fd9506c3eda4bda99 Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期三, 18 十月 2023 17:17:47 +0800
Subject: [PATCH] 2023-10-18

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

diff --git a/src/templates/zshare/editTable/index.scss b/src/templates/zshare/editTable/index.scss
index cac8205..564dc79 100644
--- a/src/templates/zshare/editTable/index.scss
+++ b/src/templates/zshare/editTable/index.scss
@@ -4,6 +4,7 @@
       position: absolute;
       font-size: 12px;
       margin-top: -4px;
+      white-space: nowrap;
     }
     .color-sketch-block {
       width: 200px;
@@ -112,5 +113,17 @@
       color: #ff4d4f;
     }
   }
+  .ant-typography {
+    margin: 3px 0px;
+  }
+  .add-row {
+    position: absolute;
+    z-index: 1;
+    right: 10px;
+    top: -30px;
+    padding: 5px;
+    font-size: 18px;
+    color: #26C281;
+  }
 }
 

--
Gitblit v1.8.0