2
0
mirror of https://github.com/tenrok/vue2-datepicker.git synced 2026-06-23 18:40:35 +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 { .#{$namespace}-range-wrapper {
display: flex; display: flex;
@media (max-width: 750px) {
flex-direction: column;
}
} }
.#{$namespace}-datepicker-header { .#{$namespace}-datepicker-header {