From 6afb82b92c7de7a3d5551e721b4c8de39bd7de9d Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期五, 30 十二月 2022 13:25:28 +0800 Subject: [PATCH] 2022-12-30 --- src/tabviews/custom/components/share/normalTable/index.scss | 7 ++++++- 1 files changed, 6 insertions(+), 1 deletions(-) diff --git a/src/tabviews/custom/components/share/normalTable/index.scss b/src/tabviews/custom/components/share/normalTable/index.scss index 697e60e..bcd3880 100644 --- a/src/tabviews/custom/components/share/normalTable/index.scss +++ b/src/tabviews/custom/components/share/normalTable/index.scss @@ -94,12 +94,17 @@ // vertical-align: top; .card-cell-list { - color: rgba(0, 0, 0, 0.85); + color: var(--mk-table-color); } .ant-mk-picture { position: relative; margin: 2px; } + .video-wrap { + .video-react-playback-rate { + display: none; + } + } .action-col { .ant-btn > .anticon + span { margin-left: 3px; -- Gitblit v1.8.0