chore: minor fix
(cherry picked from commit faeacb9a7d87d5bcf6f0bbd904cb619b3fe84145)
This commit is contained in:
parent
d75cde4bb0
commit
95773bec71
@ -91,11 +91,11 @@
|
|||||||
class="flex items-center justify-between p-3 cursor-pointer hover:bg-surface-menu-bar rounded"
|
class="flex items-center justify-between p-3 cursor-pointer hover:bg-surface-menu-bar rounded"
|
||||||
@click="() => emit('updateStep', 'edit-template', { ...template })"
|
@click="() => emit('updateStep', 'edit-template', { ...template })"
|
||||||
>
|
>
|
||||||
<div class="flex flex-col w-4/6 pr-5">
|
<div class="flex flex-col gap-0.5 w-4/6 pr-5">
|
||||||
<div class="text-base font-medium text-ink-gray-7 truncate">
|
<div class="text-base font-medium text-ink-gray-7 truncate">
|
||||||
{{ template.name }}
|
{{ template.name }}
|
||||||
</div>
|
</div>
|
||||||
<div class="text-p-base text-ink-gray-5 truncate">
|
<div class="text-base text-ink-gray-5 truncate">
|
||||||
{{ template.subject }}
|
{{ template.subject }}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@ -58,7 +58,7 @@
|
|||||||
doctype="Currency"
|
doctype="Currency"
|
||||||
@change="(v) => setCurrency(v)"
|
@change="(v) => setCurrency(v)"
|
||||||
:placeholder="__('Select currency')"
|
:placeholder="__('Select currency')"
|
||||||
:disabled="settings.doc.currency ? true : false"
|
:disabled="settings.doc.currency"
|
||||||
placement="bottom-end"
|
placement="bottom-end"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user