feat(Calendar): add formatter prop

This commit is contained in:
陈嘉涵
2019-12-26 16:13:58 +08:00
committed by neverland
parent 1f6cce692c
commit 28f126e4ec
7 changed files with 174 additions and 34 deletions

View File

@@ -27,10 +27,6 @@ export default {
&--with-simulator {
padding-right: @van-doc-simulator-width + @van-doc-padding;
@media (max-width: 1300px) {
padding-right: @van-doc-simulator-small-width + @van-doc-padding;
}
}
}
</style>

View File

@@ -59,11 +59,6 @@ export default {
border-radius: 6px;
box-shadow: #ebedf0 0 4px 12px;
@media (max-width: 1300px) {
width: @van-doc-simulator-small-width;
min-width: @van-doc-simulator-small-width;
}
@media (max-width: 1100px) {
right: auto;
left: 750px;