fix things
This commit is contained in:
@@ -98,7 +98,7 @@ defineExpose({ open });
|
|||||||
<span class="m-2">{{ title }}</span>
|
<span class="m-2">{{ title }}</span>
|
||||||
<hr />
|
<hr />
|
||||||
<div class="mt-4">
|
<div class="mt-4">
|
||||||
<div class="flex justify-center">
|
<div v-if="!ledgerId" class="flex justify-center">
|
||||||
<div class="flex bg-slate-600 rounded-s-md p-1">
|
<div class="flex bg-slate-600 rounded-s-md p-1">
|
||||||
<button class="switch" :class="{active: type === LedgerTypes.Main}" @click="type = LedgerTypes.Main">Main</button>
|
<button class="switch" :class="{active: type === LedgerTypes.Main}" @click="type = LedgerTypes.Main">Main</button>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user