From 9e0a0749233c15711fd3259afa1f19867d214df7 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期一, 22 六月 2020 16:07:35 +0800 Subject: [PATCH] 2020-06-22 --- src/tabviews/zshare/normalTable/index.scss | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/src/tabviews/zshare/normalTable/index.scss b/src/tabviews/zshare/normalTable/index.scss index 04e9b6f..d9c6447 100644 --- a/src/tabviews/zshare/normalTable/index.scss +++ b/src/tabviews/zshare/normalTable/index.scss @@ -27,6 +27,12 @@ .ant-table-tbody > tr.background td { background-color: unset!important; } + .ant-table-tbody > tr.mk-row-active:not(.background) td { + background-color: #91d5ff; + } + .ant-table-tbody > tr.ant-table-row-selected.mk-row-active:not(.background):hover .ant-table-column-sort { + background-color: #91d5ff; + } .ant-table-tbody > tr td .anticon.font { background-color: unset; } @@ -92,6 +98,7 @@ img { max-width: 100%; display: block; + float: right; } img + img { margin-top: 10px; -- Gitblit v1.8.0