From da34633b25d16359cd91a656acad5e811f9972b7 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期二, 14 三月 2023 18:09:54 +0800 Subject: [PATCH] 2023-03-14 --- src/tabviews/custom/components/share/normalTable/index.scss | 28 ++++++++++++++++++++-------- 1 files changed, 20 insertions(+), 8 deletions(-) diff --git a/src/tabviews/custom/components/share/normalTable/index.scss b/src/tabviews/custom/components/share/normalTable/index.scss index e234a07..5a96fe8 100644 --- a/src/tabviews/custom/components/share/normalTable/index.scss +++ b/src/tabviews/custom/components/share/normalTable/index.scss @@ -26,6 +26,12 @@ .mk-disabled { color: #bcbcbc; cursor: not-allowed; + --mk-table-color: #bcbcbc; + + span, div { + color: #bcbcbc!important; + } + .ant-btn { cursor: not-allowed; } @@ -88,16 +94,16 @@ // vertical-align: top; .card-cell-list { - color: rgba(0, 0, 0, 0.85); + color: inherit; } .ant-mk-picture { position: relative; - background-position: center center; - background-size: cover; margin: 2px; } - .ant-mk-picture.scale { - cursor: zoom-in; + .video-wrap { + .video-react-playback-rate { + display: none; + } } .action-col { .ant-btn > .anticon + span { @@ -198,20 +204,26 @@ } table tr { th .ant-table-column-title { - // 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; - >span, div:not(.card-cell-list), div:not(.card-cell-list) div, div:not(.card-cell-list) span { + >span, >div:not(.card-cell-list) div, >div:not(.card-cell-list) span { font-weight: var(--mk-table-font-weight)!important; } } } + table tbody tr { + color: var(--mk-table-color); + } + // table tbody { + // tr:nth-child(even) { + // background: #f5f5f5; + // } + // } } .normal-custom-table:not(.fixed-height) { .ant-table-body::-webkit-scrollbar { -- Gitblit v1.8.0