From 6d0242ad82180410355236e32eeb6991fe919800 Mon Sep 17 00:00:00 2001 From: Dong Xia Date: Fri, 24 Feb 2023 06:50:55 +0000 Subject: [PATCH] =?UTF-8?q?=E6=8A=BD=E5=B1=89=E7=BB=84=E4=BB=B6=E6=A0=B7?= =?UTF-8?q?=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 | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/src/assets/theme/red.scss b/src/assets/theme/red.scss index 7eb0dfe..e0c8649 100644 --- a/src/assets/theme/red.scss +++ b/src/assets/theme/red.scss @@ -392,4 +392,26 @@ body[data-theme='red'] { .ant-calendar-range .ant-calendar-in-range-cell::before{ background: $linx-red-theme-rgb; } + + .ant-drawer-content-wrapper { + .ant-drawer-content { + .ant-drawer-wrapper-body { + .ant-drawer-header { + background: $linx-red-theme; + .ant-drawer-title { + color: #ffffff; + } + & button { + color: #ffffff; + } + } + } + } + } +.drawerFooter { + border-color: $linx-red-theme; + background: #ffffff; + } + + } -- Gitee