modify style

This commit is contained in:
MaysWind
2023-08-20 01:22:00 +08:00
parent f07a3ba97d
commit 04e580b40f
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -8,7 +8,7 @@
v-model="dateTime" v-model="dateTime"
> >
<template #selection> <template #selection>
<v-label class="cursor-pointer">{{ displayTime }}</v-label> <span class="text-truncate cursor-pointer">{{ displayTime }}</span>
</template> </template>
<template #no-data> <template #no-data>
@@ -185,7 +185,7 @@
v-model="transaction.timeZone" v-model="transaction.timeZone"
> >
<template #selection="{ item }"> <template #selection="{ item }">
<span v-if="transaction.timeZone || transaction.timeZone === ''"> <span class="text-truncate" v-if="transaction.timeZone || transaction.timeZone === ''">
{{ item.title }} {{ item.title }}
</span> </span>
</template> </template>