From eb31b84962c192de57abbb473cb4733a09bf4363 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期四, 14 五月 2020 18:09:40 +0800 Subject: [PATCH] 2020-05-14 --- src/tabviews/zshare/normalTable/index.scss | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/src/tabviews/zshare/normalTable/index.scss b/src/tabviews/zshare/normalTable/index.scss index a9c6d05..04e9b6f 100644 --- a/src/tabviews/zshare/normalTable/index.scss +++ b/src/tabviews/zshare/normalTable/index.scss @@ -27,6 +27,9 @@ .ant-table-tbody > tr.background td { background-color: unset!important; } + .ant-table-tbody > tr td .anticon.font { + background-color: unset; + } } .ant-table-body { overflow-x: auto!important; -- Gitblit v1.8.0