mirror of
https://github.com/frappe/books.git
synced 2024-12-23 11:29:03 +00:00
incr(ui): CoA create new spacing
This commit is contained in:
parent
55a62aca87
commit
fc4a856f52
@ -72,22 +72,23 @@
|
|||||||
v-if="account.addingAccount || account.addingGroupAccount"
|
v-if="account.addingAccount || account.addingGroupAccount"
|
||||||
class="
|
class="
|
||||||
px-4
|
px-4
|
||||||
h-row-mid
|
border-b
|
||||||
cursor-pointer
|
cursor-pointer
|
||||||
hover:bg-gray-50
|
hover:bg-gray-50
|
||||||
group
|
group
|
||||||
flex
|
flex
|
||||||
items-center
|
items-center
|
||||||
|
text-base
|
||||||
"
|
"
|
||||||
:class="`${account.level !== 0 ? 'text-base' : 'text-lg'} pl-${
|
:style="`height: calc(var(--h-row-mid) + 1px); padding-left: calc(1rem + 2rem * ${
|
||||||
(account.level + 1) * 8
|
account.level + 1
|
||||||
}`"
|
})`"
|
||||||
:key="account.name + '-adding-account'"
|
:key="account.name + '-adding-account'"
|
||||||
>
|
>
|
||||||
<component
|
<component
|
||||||
:is="getIconComponent({ isGroup: account.addingGroupAccount })"
|
:is="getIconComponent({ isGroup: account.addingGroupAccount })"
|
||||||
/>
|
/>
|
||||||
<div class="flex items-baseline ml-3">
|
<div class="flex ml-4 h-row-mid items-center">
|
||||||
<input
|
<input
|
||||||
class="focus:outline-none bg-transparent"
|
class="focus:outline-none bg-transparent"
|
||||||
:class="{ 'text-gray-600': insertingAccount }"
|
:class="{ 'text-gray-600': insertingAccount }"
|
||||||
|
Loading…
Reference in New Issue
Block a user