From 53b9fb93d0376eb02bb996935f1720b4e95cd897 Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期三, 12 十月 2022 14:41:06 +0800
Subject: [PATCH] 2022-10-12

---
 src/tabviews/custom/components/share/normalTable/index.scss |   13 +++++++------
 1 files changed, 7 insertions(+), 6 deletions(-)

diff --git a/src/tabviews/custom/components/share/normalTable/index.scss b/src/tabviews/custom/components/share/normalTable/index.scss
index e234a07..697e60e 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;
     }
@@ -92,12 +98,7 @@
         }
         .ant-mk-picture {
           position: relative;
-          background-position: center center;
-          background-size: cover;
           margin: 2px;
-        }
-        .ant-mk-picture.scale {
-          cursor: zoom-in;
         }
         .action-col {
           .ant-btn > .anticon + span {
@@ -207,7 +208,7 @@
       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;
       }
     }

--
Gitblit v1.8.0