From 563660e152ef96948d34956157570a02b21eaacc Mon Sep 17 00:00:00 2001 From: renpy Date: Mon, 21 Aug 2023 17:41:03 +0800 Subject: [PATCH] =?UTF-8?q?=E6=97=A5=E5=8E=86=E6=8E=A7=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 --- src/style.less | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/style.less b/src/style.less index 2524847..1bcc26c 100644 --- a/src/style.less +++ b/src/style.less @@ -167,6 +167,7 @@ body { background-color: @modalBg !important; border-color: @formInputBorderColor !important } + &-picker { width: 100%; @@ -251,6 +252,9 @@ body { } } } +.ant-calendar-range .ant-calendar-in-range-cell::before{ + background: #1397a3; +} // 日历 .ant-fullcalendar {