Skip to content

Commit

Permalink
fix: ui refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
sharevb committed Sep 14, 2024
1 parent 4784925 commit 616e5c9
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions src/tools/timezone-converter/timezone-converter.vue
Original file line number Diff line number Diff line change
Expand Up @@ -66,12 +66,9 @@ const countryToTimezonesOutput = computed(() => ctz.getTimezonesForCountry(count
/>

<n-space justify="space-evenly">
<c-input-text
label="Current Timezone Offset"
label-position="left"
:value="currentTimezoneOffset"
readonly
/>
<n-form-item label="Current Timezone Offset:" label-placement="left">
<n-input :value="currentTimezoneOffset" readonly style="width:5em" />
</n-form-item>
<n-form-item label="Use 24 hour time format" label-placement="left">
<n-switch v-model:value="use24HourTimeFormat" />
</n-form-item>
Expand Down

0 comments on commit 616e5c9

Please sign in to comment.