From 2504ff3e6e7143d3afba45527ef00b173376f7f8 Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期一, 14 二月 2022 11:27:26 +0800
Subject: [PATCH] 2022-02-14

---
 src/tabviews/custom/components/table/edit-table/normalTable/index.scss |   17 +++++++++++++++++
 1 files changed, 17 insertions(+), 0 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 027503b..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,6 +174,20 @@
   .editing_table_cell {
     .ant-input {
       padding: 0px;
+      position: absolute;
+      top: 0px;
+      left: 0px;
+      right: 0px;
+      bottom: 0px;
+      border: 1px solid #1890ff;
+    }
+    .ant-input-number-input {
+      position: absolute;
+      top: 0px;
+      left: 0px;
+      right: 0px;
+      bottom: 0px;
+      border: 1px solid #1890ff;
     }
     .anticon {
       color: #ff4d4f;

--
Gitblit v1.8.0