From 67a307d8f0fa25fbc56ee9f84c313d521280925f Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期五, 04 三月 2022 15:33:09 +0800 Subject: [PATCH] 2022-03-04 --- src/tabviews/custom/components/table/edit-table/normalTable/index.scss | 31 +++++++++++++++++++++++-------- 1 files changed, 23 insertions(+), 8 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 c66d3dc..9ab832e 100644 --- a/src/tabviews/custom/components/table/edit-table/normalTable/index.scss +++ b/src/tabviews/custom/components/table/edit-table/normalTable/index.scss @@ -201,11 +201,24 @@ } } .editing_all_table_cell { + .ant-input { + border-radius: 0; + } .ant-select { width: 100%; + .ant-select-selection { + border-radius: 0; + } } - .ant-input-number-handler-wrap { - display: none; + .ant-input-number { + border-radius: 0; + + .ant-input-number-handler-wrap { + display: none; + } + .ant-input-number-input { + border-radius: 0; + } } .anticon-exclamation-circle { color: #ff4d4f; @@ -259,15 +272,11 @@ } .mk-add-line { display: block; - width: 100%; + width: 100px; color: #26C281; - border: 1px solid #dddddd; border-radius: 0; font-size: 25px; - height: 40px; - } - .mk-add-line:disabled { - border-color: #fafafa!important; + height: 45px; } } .edit-custom-table.buoyMode { @@ -370,4 +379,10 @@ cursor: pointer; } } +} +.edit-table-dropdown { + .ant-select-dropdown-menu-item { + white-space: unset; + text-overflow: unset; + } } \ No newline at end of file -- Gitblit v1.8.0