mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-06-16 11:14:56 -04:00
fix: add a label on datetime range dropdown
This commit is contained in:
parent
ecbd65ca90
commit
a2d88762c9
1 changed files with 11 additions and 8 deletions
|
@ -56,14 +56,17 @@ const countryToTimezonesOutput = computed(() => ctz.getTimezonesForCountry(count
|
||||||
:options="allTimezones"
|
:options="allTimezones"
|
||||||
mb-2
|
mb-2
|
||||||
/>
|
/>
|
||||||
<n-date-picker
|
<n-form-item label="Date/time interval to convert:" label-placement="top">
|
||||||
:key="format"
|
<n-date-picker
|
||||||
v-model:value="currentDatetimeRange"
|
:key="format"
|
||||||
type="datetimerange"
|
v-model:value="currentDatetimeRange"
|
||||||
:format="format"
|
type="datetimerange"
|
||||||
:time-picker-props="timePickerProps"
|
:format="format"
|
||||||
mb-2
|
:time-picker-props="timePickerProps"
|
||||||
/>
|
mb-2
|
||||||
|
w-full
|
||||||
|
/>
|
||||||
|
</n-form-item>
|
||||||
|
|
||||||
<n-space justify="space-evenly">
|
<n-space justify="space-evenly">
|
||||||
<n-form-item label="Current Timezone Offset:" label-placement="left">
|
<n-form-item label="Current Timezone Offset:" label-placement="left">
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue