Fix edit-accounts' font being off
This commit is contained in:
parent
5d1b49c896
commit
66b8e1f69f
@ -22,7 +22,7 @@ function openEditAccount(e : any) {
|
|||||||
|
|
||||||
<template>
|
<template>
|
||||||
<Modal button-text="Edit Account" @open="openEditAccount" @submit="editAccount">
|
<Modal button-text="Edit Account" @open="openEditAccount" @submit="editAccount">
|
||||||
<template v-slot:placeholder>✎</template>
|
<template v-slot:placeholder><span class="ml-2">✎</span></template>
|
||||||
<div class="mt-2 px-7 py-3">
|
<div class="mt-2 px-7 py-3">
|
||||||
<Input
|
<Input
|
||||||
class="border-2"
|
class="border-2"
|
||||||
|
@ -43,10 +43,12 @@ function createReconcilationTransaction() {
|
|||||||
|
|
||||||
<template>
|
<template>
|
||||||
<div class="grid grid-cols-[1fr_auto]">
|
<div class="grid grid-cols-[1fr_auto]">
|
||||||
|
<div>
|
||||||
<h1 class="inline">
|
<h1 class="inline">
|
||||||
{{ accounts.CurrentAccount?.Name }}
|
{{ accounts.CurrentAccount?.Name }}
|
||||||
<EditAccount />
|
|
||||||
</h1>
|
</h1>
|
||||||
|
<EditAccount />
|
||||||
|
</div>
|
||||||
|
|
||||||
<div class="text-right flex flex-wrap flex-col md:flex-row justify-end gap-2 max-w-sm">
|
<div class="text-right flex flex-wrap flex-col md:flex-row justify-end gap-2 max-w-sm">
|
||||||
<span class="rounded-lg p-1 whitespace-nowrap flex-1">
|
<span class="rounded-lg p-1 whitespace-nowrap flex-1">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user