From 71b003bd61f353213e8169f29f1e239cf9b55dad Mon Sep 17 00:00:00 2001 From: Dong Xia Date: Thu, 23 Feb 2023 07:21:26 +0000 Subject: [PATCH] =?UTF-8?q?=E8=A1=A8=E6=A0=BC=E7=BB=84=E4=BB=B6=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Dong Xia --- src/assets/theme/red.scss | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/src/assets/theme/red.scss b/src/assets/theme/red.scss index 1c39944..6c0273f 100644 --- a/src/assets/theme/red.scss +++ b/src/assets/theme/red.scss @@ -196,5 +196,37 @@ body[data-theme='red'] { } } } + .ant-table-tbody > tr:hover:not(.ant-table-expanded-row):not(.ant-table-row-selected) > td { + background-color: $linx-red-theme-rgb1; + } + .ant-table{ + .ant-table-content{ + thead{ + tr{ + th{ + background-color: $linx-red-theme-rgb !important; + } + } + } + tbody{ + tr{ + td:last-child{ + .ant-btn.ant-btn-link{ + margin-right: 0; + &[disabled]{ + i{ + color: $linx-red-gray-color; + } + } + } + i{ + font-size: 18px; + color: $linx-red-info-color; + } + } + } + } + } + } } -- Gitee