日历控件样式调整

This commit is contained in:
renpy 2023-08-21 17:41:03 +08:00
parent 9b5d076b06
commit 563660e152

View File

@ -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 {