From 2b45840e53d250f517874bea495bffaeda172807 Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期四, 03 三月 2022 12:52:16 +0800
Subject: [PATCH] 2022-03-03

---
 src/tabviews/custom/components/table/edit-table/normalTable/index.scss |   39 +++++++++++++++++++++++++--------------
 1 files changed, 25 insertions(+), 14 deletions(-)

diff --git a/src/tabviews/custom/components/table/edit-table/normalTable/index.scss b/src/tabviews/custom/components/table/edit-table/normalTable/index.scss
index 044156a..b0dfbaa 100644
--- a/src/tabviews/custom/components/table/edit-table/normalTable/index.scss
+++ b/src/tabviews/custom/components/table/edit-table/normalTable/index.scss
@@ -135,20 +135,6 @@
       }
     }
   }
-  .fix-header {
-    .ant-table-body {
-      min-height: unset
-    }
-    .ant-table-placeholder {
-      display: none;
-    }
-    .ant-table-wrapper {
-      display: none;
-    }
-    .ant-affix .ant-table-wrapper {
-      display: block;
-    }
-  }
   .ant-input {
     border: none;
     box-shadow: none!important;
@@ -181,6 +167,22 @@
       bottom: 0px;
       border: 1px solid #1890ff;
     }
+    .ant-select {
+      padding: 0px;
+      position: absolute;
+      top: 0px;
+      left: 0px;
+      right: 0px;
+      bottom: 0px;
+      .ant-select-selection {
+        height: 100%;
+        border-radius: 0;
+
+        .ant-select-arrow {
+          display: none;
+        }
+      }
+    }
     .ant-input-number-input {
       position: absolute;
       top: 0px;
@@ -210,6 +212,15 @@
       right: 0;
     }
   }
+  .mk-editable {
+    display: inline-block;
+  }
+  .mk-plus {
+    position: absolute;
+    top: 45%;
+    left: -20px;
+    color: #1890ff;
+  }
 }
 .edit-custom-table.editable {
   td {

--
Gitblit v1.8.0