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 | 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