From 0a14c2a8bddc45813f018aa9901400d8504afc8d Mon Sep 17 00:00:00 2001 From: Dong Xia Date: Fri, 24 Feb 2023 06:48:32 +0000 Subject: [PATCH] =?UTF-8?q?=E6=97=B6=E9=97=B4=E9=80=89=E6=8B=A9=E5=99=A8?= =?UTF-8?q?=E7=BB=84=E4=BB=B6=E6=A0=B7=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 | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/src/assets/theme/red.scss b/src/assets/theme/red.scss index 445d305..7eb0dfe 100644 --- a/src/assets/theme/red.scss +++ b/src/assets/theme/red.scss @@ -375,5 +375,21 @@ body[data-theme='red'] { } } } - + .ant-calendar-time-picker-select{ + li{ + &:hover{ + background: $linx-red-theme-rgb; + } + } + } + .ant-btn{ + &.isActive{ + color: $linx-red-theme; + border-color: $linx-red-theme; + } + } + } + .ant-calendar-range .ant-calendar-in-range-cell::before{ + background: $linx-red-theme-rgb; + } } -- Gitee