日历控件样式调整
This commit is contained in:
parent
9b5d076b06
commit
563660e152
|
@ -167,6 +167,7 @@ body {
|
||||||
background-color: @modalBg !important;
|
background-color: @modalBg !important;
|
||||||
border-color: @formInputBorderColor !important
|
border-color: @formInputBorderColor !important
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
&-picker {
|
&-picker {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
@ -251,6 +252,9 @@ body {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
.ant-calendar-range .ant-calendar-in-range-cell::before{
|
||||||
|
background: #1397a3;
|
||||||
|
}
|
||||||
|
|
||||||
// 日历
|
// 日历
|
||||||
.ant-fullcalendar {
|
.ant-fullcalendar {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user