feat(Calendar): add popable prop

This commit is contained in:
陈嘉涵
2019-12-26 19:59:08 +08:00
committed by neverland
parent f49c21a7ca
commit 39179c2336
4 changed files with 80 additions and 48 deletions
+5
View File
@@ -4,6 +4,11 @@
display: flex;
flex-direction: column;
height: 100%;
background-color: @white;
&__popup {
height: 80%;
}
&__header {
flex-shrink: 0;