fix: add a label on datetime range dropdown
This commit is contained in:
		
							parent
							
								
									ecbd65ca90
								
							
						
					
					
						commit
						a2d88762c9
					
				| @ -56,6 +56,7 @@ const countryToTimezonesOutput = computed(() => ctz.getTimezonesForCountry(count | |||||||
|         :options="allTimezones" |         :options="allTimezones" | ||||||
|         mb-2 |         mb-2 | ||||||
|       /> |       /> | ||||||
|  |       <n-form-item label="Date/time interval to convert:" label-placement="top"> | ||||||
|         <n-date-picker |         <n-date-picker | ||||||
|           :key="format" |           :key="format" | ||||||
|           v-model:value="currentDatetimeRange" |           v-model:value="currentDatetimeRange" | ||||||
| @ -63,7 +64,9 @@ const countryToTimezonesOutput = computed(() => ctz.getTimezonesForCountry(count | |||||||
|           :format="format" |           :format="format" | ||||||
|           :time-picker-props="timePickerProps" |           :time-picker-props="timePickerProps" | ||||||
|           mb-2 |           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…
	
		Reference in New Issue
	
	Block a user