mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-21 18:24:26 +08:00
always show date range picker in center
This commit is contained in:
@@ -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')"
|
||||
|
||||
Reference in New Issue
Block a user