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 | 20 ++++++++++++++++++-- 1 files changed, 18 insertions(+), 2 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 b31fa58..044156a 100644 --- a/src/tabviews/custom/components/table/edit-table/normalTable/index.scss +++ b/src/tabviews/custom/components/table/edit-table/normalTable/index.scss @@ -157,9 +157,11 @@ } .ant-input-number { border: none; - width: 100%; box-shadow: none!important; height: auto; + border-radius: 0; + position: unset; + .ant-input-number-handler-wrap { display: none; } @@ -172,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