From cb9ade2afd2a367ad767bc605ab7086c695dd010 Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期五, 09 十二月 2022 15:53:32 +0800
Subject: [PATCH] 2022-12-09

---
 src/menu/components/table/edit-table/index.scss |   50 ++++++++++++++++++++++++++++++--------------------
 1 files changed, 30 insertions(+), 20 deletions(-)

diff --git a/src/menu/components/table/edit-table/index.scss b/src/menu/components/table/edit-table/index.scss
index f933a19..60bc249 100644
--- a/src/menu/components/table/edit-table/index.scss
+++ b/src/menu/components/table/edit-table/index.scss
@@ -1,4 +1,4 @@
-.menu-normal-table-edit-box {
+.menu-editable-table-edit-box {
   position: relative;
   box-sizing: border-box;
   background: #ffffff;
@@ -11,9 +11,6 @@
     padding: 10px 0px 15px;
     min-height: 65px;
     border-bottom: 1px solid #f0f0f0;
-    >.anticon-question-circle {
-      display: none;
-    }
     .page-card {
       background: transparent;
     }
@@ -34,7 +31,30 @@
     }
   }
   .model-table-search-list.length0 {
-    display: none;
+    min-height: 10px;
+    border-bottom: 0;
+    >.quickly-add {
+      right: unset;
+      left: -8px;
+      bottom: 0;
+    }
+    >.ant-row {
+      position: absolute;
+      top: 0;
+      left: 0;
+      right: 0;
+      bottom: 0;
+      min-height: 10px;
+      .common-drawarea-placeholder {
+        display: none;
+      }
+    }
+    >.ant-switch {
+      display: none;
+    }
+  }
+  .model-table-search-list.length0 + .length0 {
+    margin-top: -25px;
   }
   .anticon-tool {
     position: absolute;
@@ -47,21 +67,11 @@
     background: rgba(255, 255, 255, 0.55);
   }
   .model-menu-action-list {
-    line-height: 55px;
+    line-height: 40px;
     padding: 0px;
-    min-height: 55px;
     >.ant-row {
-      min-height: 30px;
-    }
-  }
-  .card-add-button {
-    text-align: right;
-    clear: left;
-    .anticon-plus {
-      font-size: 20px;
-      color: #26C281;
-      padding: 5px;
-      margin-right: 10px;
+      padding-top: 10px;
+      min-height: 55px;
     }
   }
 
@@ -69,12 +79,12 @@
     padding: 0;
   }
 }
-.menu-normal-table-edit-box::after {
+.menu-editable-table-edit-box::after {
   display: block;
   content: ' ';
   clear: both;
 }
-.menu-normal-table-edit-box:hover {
+.menu-editable-table-edit-box:hover {
   z-index: 1;
   box-shadow: 0px 0px 4px #1890ff;
 }

--
Gitblit v1.8.0