From 6f817bf3ae4e6f51f982c07b0713adb3caf9fac2 Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期四, 02 二月 2023 17:14:16 +0800
Subject: [PATCH] 2023-02-02

---
 src/tabviews/custom/components/table/edit-table/normalTable/index.scss |   18 ++++--------------
 1 files changed, 4 insertions(+), 14 deletions(-)

diff --git a/src/tabviews/custom/components/table/edit-table/normalTable/index.scss b/src/tabviews/custom/components/table/edit-table/normalTable/index.scss
index 4e5b652..25f0089 100644
--- a/src/tabviews/custom/components/table/edit-table/normalTable/index.scss
+++ b/src/tabviews/custom/components/table/edit-table/normalTable/index.scss
@@ -72,18 +72,7 @@
         // vertical-align: top;
 
         .card-cell-list {
-          color: rgba(0, 0, 0, 0.85);
-        }
-        .ant-mk-picture {
-          position: relative;
-          background-position: center center;
-          background-size: cover;
-          background-repeat: no-repeat;
-          background-color: #f5f5f5;
-          margin: 2px;
-        }
-        .ant-mk-picture.scale {
-          cursor: zoom-in;
+          color: inherit;
         }
         .action-col {
           .ant-btn > .anticon + span {
@@ -303,12 +292,10 @@
   }
   table tr {
     th .ant-table-column-title, th .ant-table-column-title span:not(.anticon) {
-      // 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;
 
@@ -317,6 +304,9 @@
       }
     }
   }
+  table tbody tr {
+    color: var(--mk-table-color);
+  }
 }
 .edit-custom-table.buoyMode {
   .ant-table-scroll {

--
Gitblit v1.8.0