From 6dd965723be9dc245105296198c25a80cfe51b54 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期四, 27 四月 2023 10:51:50 +0800 Subject: [PATCH] 2023-04-27 --- src/tabviews/custom/components/table/edit-table/normalTable/index.scss | 23 ++++++++++------------- 1 files changed, 10 insertions(+), 13 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 519c26e..2d34aea 100644 --- a/src/tabviews/custom/components/table/edit-table/normalTable/index.scss +++ b/src/tabviews/custom/components/table/edit-table/normalTable/index.scss @@ -72,17 +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-color: #e9e9e9; - margin: 2px; - } - .ant-mk-picture.scale { - cursor: zoom-in; + color: inherit; } .action-col { .ant-btn > .anticon + span { @@ -302,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; @@ -315,6 +303,9 @@ font-weight: var(--mk-table-font-weight)!important; } } + } + table tbody tr { + color: var(--mk-table-color); } } .edit-custom-table.buoyMode { @@ -325,6 +316,11 @@ .ant-table-body { overflow-x: unset!important; } + } +} +.edit-custom-table.mk-edit-multi { + th .ant-table-column-title .anticon-edit { + display: none; } } .edit-custom-table.editable { @@ -430,6 +426,7 @@ .main-pickup { position: relative; z-index: 2; + margin-left: 10px; } .submit-table { position: relative; -- Gitblit v1.8.0