Skip to content

Commit

Permalink
modify style
Browse files Browse the repository at this point in the history
  • Loading branch information
mayswind committed Aug 19, 2023
1 parent f07a3ba commit 04e580b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/desktop/DateTimeSelect.vue
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
v-model="dateTime"
>
<template #selection>
<v-label class="cursor-pointer">{{ displayTime }}</v-label>
<span class="text-truncate cursor-pointer">{{ displayTime }}</span>
</template>

<template #no-data>
Expand Down
2 changes: 1 addition & 1 deletion src/views/desktop/transactions/list/dialogs/EditDialog.vue
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@
v-model="transaction.timeZone"
>
<template #selection="{ item }">
<span v-if="transaction.timeZone || transaction.timeZone === ''">
<span class="text-truncate" v-if="transaction.timeZone || transaction.timeZone === ''">
{{ item.title }}
</span>
</template>
Expand Down

0 comments on commit 04e580b

Please sign in to comment.