From d0d18ca33fc9567ba2dd05142e8ad532acce68d5 Mon Sep 17 00:00:00 2001 From: Dong Xia Date: Tue, 14 Feb 2023 03:09:42 +0000 Subject: [PATCH] =?UTF-8?q?=E6=8A=BD=E5=B1=89=E7=BB=84=E4=BB=B6=E5=92=8C?= =?UTF-8?q?=E5=86=85=E5=AE=B9=E5=8C=BA=E7=BB=84=E4=BB=B6=E6=A0=B7=E5=BC=8F?= =?UTF-8?q?=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/blue.scss | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) diff --git a/src/assets/theme/blue.scss b/src/assets/theme/blue.scss index 28fc4d6..89ff845 100644 --- a/src/assets/theme/blue.scss +++ b/src/assets/theme/blue.scss @@ -345,4 +345,38 @@ body[data-theme='blue'] { .ant-calendar-range .ant-calendar-in-range-cell::before{ background: $blue-theme-rgb; } + + .ant-drawer-content-wrapper { + .ant-drawer-content { + .ant-drawer-wrapper-body { + .ant-drawer-header { + background: $blue-theme; + .ant-drawer-title { + color: #ffffff; + } + & button { + color: #ffffff; + } + } + } + } + } +.drawerFooter { + border-color: $blue-theme; + background: #ffffff; + } + +.layout-content{ + background: url('../assets/images/blue/content-bg.png'); + .wrap{ + background: rgba($color: #fff, $alpha: 0.9); + overflow-y: scroll; + box-shadow: 5px 3px 0px rgba($color: #999, $alpha: 0.5); + .filter{ + border-color: $blue-theme; + } + } +} + + } \ No newline at end of file -- Gitee