modify style

This commit is contained in:
MaysWind
2024-09-22 19:48:47 +08:00
parent 0ff97ac4e0
commit cbf3dd9776
@@ -249,8 +249,8 @@
</div>
</template>
<template #item.geoLocation="{ item }">
<span class="cursor-pointer" v-if="item.geoLocation">{{ `(${item.geoLocation.longitude}, ${item.geoLocation.latitude})` }}</span>
<span class="cursor-pointer" v-else-if="!item.geoLocation">{{ $t('None') }}</span>
<span v-if="item.geoLocation">{{ `(${item.geoLocation.longitude}, ${item.geoLocation.latitude})` }}</span>
<span v-else-if="!item.geoLocation">{{ $t('None') }}</span>
</template>
<template #item.tagIds="{ item }">
<div v-if="editingTransaction !== item">