feat(Calendar): add select event

This commit is contained in:
陈嘉涵
2019-12-26 19:59:08 +08:00
committed by neverland
parent 43a0aed8c9
commit c447152be9
4 changed files with 22 additions and 9 deletions
+2
View File
@@ -76,9 +76,11 @@
width: 14.285%;
height: 64px;
font-size: @font-size-lg;
cursor: pointer;
&--disabled {
color: @gray-5;
cursor: default;
}
}