From 3079f3479dd9d291dd804f9447a9b4fa9066b38a Mon Sep 17 00:00:00 2001 From: Dong Xia Date: Thu, 23 Feb 2023 07:18:40 +0000 Subject: [PATCH] =?UTF-8?q?=E7=BA=A2=E8=89=B2=E4=B8=BB=E9=A2=98=E8=A1=A8?= =?UTF-8?q?=E6=A0=BC=E7=BB=84=E4=BB=B6=E6=A0=B7=E5=BC=8F=E5=AE=9A=E4=B9=89?= 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 | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/src/assets/theme/red.scss b/src/assets/theme/red.scss index 4907e06..1c39944 100644 --- a/src/assets/theme/red.scss +++ b/src/assets/theme/red.scss @@ -170,5 +170,31 @@ body[data-theme='red'] { } } } + + .ant-table { + .ant-table-header { + thead { + tr { + th { + background: $linx-red-theme-rgb; + font-weight: bold; + border-right: 1px solid #dcdfe6; + &:hover { + background: $linx-red-theme-rgb; + } + } + } + } + } + .ant-table-body { + tbody { + tr { + th { + border-right: 1px solid #dcdfe6; + } + } + } + } + } } -- Gitee