feat(Calendar): disable outranged days

This commit is contained in:
陈嘉涵
2019-12-26 19:59:08 +08:00
committed by neverland
parent 9f1e3b0fde
commit e21455f856
2 changed files with 53 additions and 27 deletions
+4
View File
@@ -72,5 +72,9 @@
width: 14.285%;
height: 64px;
font-size: @font-size-lg;
&--disabled {
color: @gray-5;
}
}
}