2
0
mirror of https://github.com/frappe/books.git synced 2024-09-20 03:29:00 +00:00

incr(ui): CoA create new spacing

This commit is contained in:
18alantom 2022-06-09 22:55:19 +05:30
parent 55a62aca87
commit fc4a856f52

View File

@ -72,22 +72,23 @@
v-if="account.addingAccount || account.addingGroupAccount"
class="
px-4
h-row-mid
border-b
cursor-pointer
hover:bg-gray-50
group
flex
items-center
text-base
"
:class="`${account.level !== 0 ? 'text-base' : 'text-lg'} pl-${
(account.level + 1) * 8
}`"
:style="`height: calc(var(--h-row-mid) + 1px); padding-left: calc(1rem + 2rem * ${
account.level + 1
})`"
:key="account.name + '-adding-account'"
>
<component
:is="getIconComponent({ isGroup: account.addingGroupAccount })"
/>
<div class="flex items-baseline ml-3">
<div class="flex ml-4 h-row-mid items-center">
<input
class="focus:outline-none bg-transparent"
:class="{ 'text-gray-600': insertingAccount }"