fix(Calendar): incorrect height when position is left or right

This commit is contained in:
陈嘉涵
2019-12-28 12:06:52 +08:00
committed by neverland
parent 11a5d44861
commit 3986536fcd
4 changed files with 50 additions and 1 deletions
+5
View File
@@ -12,6 +12,11 @@
height: @calendar-popup-height;
}
&.van-popup--left,
&.van-popup--right {
height: 100%;
}
.van-popup__close-icon {
top: 13px;
}