feat(Calendar): add position prop

This commit is contained in:
陈嘉涵
2019-12-28 12:06:52 +08:00
committed by neverland
parent 8dea26db95
commit 956800b95c
4 changed files with 12 additions and 3 deletions
+4 -1
View File
@@ -7,7 +7,10 @@
background-color: @calendar-background-color;
&__popup {
height: @calendar-popup-height;
&.van-popup--top,
&.van-popup--bottom {
height: @calendar-popup-height;
}
.van-popup__close-icon {
top: 13px;