From f05ce61d55d421926229e50136c3b18c0dd9c262 Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期五, 18 十一月 2022 15:04:54 +0800
Subject: [PATCH] 2022-11-18

---
 src/tabviews/zshare/tablenodes/index.scss |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/src/tabviews/zshare/tablenodes/index.scss b/src/tabviews/zshare/tablenodes/index.scss
index dc41c9d..e320023 100644
--- a/src/tabviews/zshare/tablenodes/index.scss
+++ b/src/tabviews/zshare/tablenodes/index.scss
@@ -11,7 +11,7 @@
 
 .view-table-modal {
   .ant-modal {
-    top: 55px;
+    top: 30px;
   }
   .ant-modal-body {
     padding: 20px 50px 20px;
@@ -22,7 +22,7 @@
   }
   .wrap {
     position: relative;
-    height: calc(100vh - 240px);
+    height: calc(100vh - 175px);
     margin: 10px 0px;
     overflow: hidden;
 
@@ -52,6 +52,7 @@
     white-space: nowrap;
 
     .ant-typography {
+      margin-bottom: 0px;
       color: #1890ff;
       display: inline-block;
       .ant-typography-copy {

--
Gitblit v1.8.0