From c78e2e555201789537bf176a349bbb34f8c0ca8f Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期二, 27 十二月 2022 13:58:00 +0800 Subject: [PATCH] 2022-12-27 --- src/tabviews/custom/components/share/normalTable/index.scss | 11 +++++------ 1 files changed, 5 insertions(+), 6 deletions(-) diff --git a/src/tabviews/custom/components/share/normalTable/index.scss b/src/tabviews/custom/components/share/normalTable/index.scss index d9c7c76..bcd3880 100644 --- a/src/tabviews/custom/components/share/normalTable/index.scss +++ b/src/tabviews/custom/components/share/normalTable/index.scss @@ -94,17 +94,16 @@ // vertical-align: top; .card-cell-list { - color: rgba(0, 0, 0, 0.85); + color: var(--mk-table-color); } .ant-mk-picture { position: relative; - background-position: center center; - background-size: cover; - background-color: #e9e9e9; margin: 2px; } - .ant-mk-picture.scale { - cursor: zoom-in; + .video-wrap { + .video-react-playback-rate { + display: none; + } } .action-col { .ant-btn > .anticon + span { -- Gitblit v1.8.0