From afb39f8ab004b2607bb718edab02e99c7a010114 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期三, 22 三月 2023 14:36:44 +0800 Subject: [PATCH] 2023-03-22 --- src/tabviews/custom/components/table/edit-table/normalTable/index.scss | 23 +++++++++-------------- 1 files changed, 9 insertions(+), 14 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 4e5b652..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,18 +72,7 @@ // vertical-align: top; .card-cell-list { - color: rgba(0, 0, 0, 0.85); - } - .ant-mk-picture { - position: relative; - background-position: center center; - background-size: cover; - background-repeat: no-repeat; - background-color: #f5f5f5; - margin: 2px; - } - .ant-mk-picture.scale { - cursor: zoom-in; + color: inherit; } .action-col { .ant-btn > .anticon + span { @@ -303,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; @@ -316,6 +303,9 @@ font-weight: var(--mk-table-font-weight)!important; } } + } + table tbody tr { + color: var(--mk-table-color); } } .edit-custom-table.buoyMode { @@ -328,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