2
0
mirror of https://github.com/tenrok/vue2-datepicker.git synced 2026-06-11 22:12:27 +03:00

fix: mobile support for date range (#419)

This commit is contained in:
mengxiong10
2020-03-06 17:14:29 +08:00
parent 376a7ef412
commit 3c2e00edf7
+3
View File
@@ -134,6 +134,9 @@
.#{$namespace}-range-wrapper {
display: flex;
@media (max-width: 750px) {
flex-direction: column;
}
}
.#{$namespace}-datepicker-header {