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 |   14 +++++++++-----
 1 files changed, 9 insertions(+), 5 deletions(-)

diff --git a/src/tabviews/custom/components/share/normalTable/index.scss b/src/tabviews/custom/components/share/normalTable/index.scss
index a6ffaf4..bcd3880 100644
--- a/src/tabviews/custom/components/share/normalTable/index.scss
+++ b/src/tabviews/custom/components/share/normalTable/index.scss
@@ -28,6 +28,10 @@
     cursor: not-allowed;
     --mk-table-color: #bcbcbc;
 
+    span, div {
+      color: #bcbcbc!important;
+    }
+
     .ant-btn {
       cursor: not-allowed;
     }
@@ -90,16 +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;
           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