From e0cac33690a8bfdff2102d03a106c44c36df8ba1 Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期五, 18 二月 2022 16:26:28 +0800
Subject: [PATCH] 2022-02-18

---
 src/tabviews/custom/components/table/edit-table/normalTable/index.scss |   19 ++++++++++++++++++-
 1 files changed, 18 insertions(+), 1 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 ee3ebc1..044156a 100644
--- a/src/tabviews/custom/components/table/edit-table/normalTable/index.scss
+++ b/src/tabviews/custom/components/table/edit-table/normalTable/index.scss
@@ -159,6 +159,9 @@
     border: none;
     box-shadow: none!important;
     height: auto;
+    border-radius: 0;
+    position: unset;
+    
     .ant-input-number-handler-wrap {
       display: none;
     }
@@ -171,8 +174,22 @@
   .editing_table_cell {
     .ant-input {
       padding: 0px;
+      position: absolute;
+      top: 0px;
+      left: 0px;
+      right: 0px;
+      bottom: 0px;
+      border: 1px solid #1890ff;
     }
-    i {
+    .ant-input-number-input {
+      position: absolute;
+      top: 0px;
+      left: 0px;
+      right: 0px;
+      bottom: 0px;
+      border: 1px solid #1890ff;
+    }
+    .anticon {
       color: #ff4d4f;
       position: absolute;
       right: 3px;

--
Gitblit v1.8.0