From 4fc1eb4913f3302679d88ec01099fc8dd3a80f81 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期三, 08 三月 2023 23:27:21 +0800 Subject: [PATCH] 2023-03-08 --- src/tabviews/custom/components/table/edit-table/normalTable/index.scss | 12 +++++++++--- 1 files changed, 9 insertions(+), 3 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 971228d..6d3798c 100644 --- a/src/tabviews/custom/components/table/edit-table/normalTable/index.scss +++ b/src/tabviews/custom/components/table/edit-table/normalTable/index.scss @@ -72,7 +72,7 @@ // vertical-align: top; .card-cell-list { - color: rgba(0, 0, 0, 0.85); + color: inherit; } .action-col { .ant-btn > .anticon + span { @@ -292,12 +292,10 @@ } table tr { th .ant-table-column-title, th .ant-table-column-title span:not(.anticon) { - // color: var(--mk-table-color)!important; font-size: var(--mk-table-font-size)!important; font-weight: var(--mk-table-font-weight)!important; } td { - color: var(--mk-table-color)!important; font-size: var(--mk-table-font-size)!important; font-weight: var(--mk-table-font-weight)!important; @@ -305,6 +303,9 @@ font-weight: var(--mk-table-font-weight)!important; } } + } + table tbody tr { + color: var(--mk-table-color); } } .edit-custom-table.buoyMode { @@ -317,6 +318,11 @@ } } } +.edit-custom-table.mk-edit-multi { + th .ant-table-column-title .anticon-edit { + display: none; + } +} .edit-custom-table.editable { td { background-color: #ffffff!important; -- Gitblit v1.8.0