feat(Calendar): add color prop

This commit is contained in:
陈嘉涵
2019-12-27 18:01:51 +08:00
committed by neverland
parent 56e450f29e
commit 3250804791
10 changed files with 203 additions and 5 deletions
+11 -1
View File
@@ -101,7 +101,17 @@
&--middle {
color: @calendar-range-middle-color;
background-color: @calendar-range-middle-background-color;
&::after {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background-color: currentColor;
opacity: @calendar-range-middle-background-opacity;
content: '';
}
}
&--disabled {