always show date range picker in center

This commit is contained in:
MaysWind
2023-04-21 22:36:57 +08:00
parent 85cd46bfc7
commit eea1ea7ed0
@@ -14,9 +14,9 @@
<span>{{ endDateTime }}</span>
</p>
<slot></slot>
<VueDatePicker range inline enable-seconds six-weeks
<vue-date-picker range inline enable-seconds six-weeks
auto-apply month-name-format="long"
class="margin-bottom"
class="justify-content-center margin-bottom"
:dark="isDarkMode"
:week-start="firstDayOfWeek"
:year-range="yearRange"
@@ -31,7 +31,7 @@
<template #month-overlay-value="{ text }">
{{ $t(`datetime.${text}.short`) }}
</template>
</VueDatePicker>
</vue-date-picker>
<f7-button large fill
:class="{ 'disabled': !dateRange[0] || !dateRange[1] }"
:text="$t('Continue')"