feat(Calendar): add multiple type (#5705)

This commit is contained in:
chenjiahan
2020-03-03 21:02:00 +08:00
parent c4be70c4e8
commit 6d19ad590b
9 changed files with 249 additions and 49 deletions
+7 -1
View File
@@ -94,7 +94,9 @@
cursor: pointer;
&--end,
&--start {
&--start,
&--multiple-middle,
&--multiple-selected {
color: @calendar-range-edge-color;
background-color: @calendar-range-edge-background-color;
}
@@ -107,6 +109,10 @@
border-radius: 0 @border-radius-md @border-radius-md 0;
}
&--multiple-selected {
border-radius: @border-radius-md;
}
&--middle {
color: @calendar-range-middle-color;