From 41c55c1f103658b997f7a828a7067bdb228f1df0 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期二, 04 十月 2022 23:35:10 +0800 Subject: [PATCH] 2022-10-04 --- src/tabviews/custom/components/share/normalTable/index.scss | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/src/tabviews/custom/components/share/normalTable/index.scss b/src/tabviews/custom/components/share/normalTable/index.scss index a6ffaf4..ebaa748 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; } @@ -96,6 +100,8 @@ position: relative; background-position: center center; background-size: cover; + background-repeat: no-repeat; + background-color: #f5f5f5; margin: 2px; } .ant-mk-picture.scale { -- Gitblit v1.8.0