2
0
mirror of https://github.com/frappe/books.git synced 2025-02-02 12:08:27 +00:00

fix(ui): expenses empty message

This commit is contained in:
18alantom 2022-02-07 13:15:03 +05:30
parent 2e1b8bfa13
commit afbd43bfde

View File

@ -38,7 +38,7 @@
@change="(value) => (active = value)"
/>
</div>
<div v-if="expenses.length === 0" class="flex-1 w-full h-full flex-center">
<div v-if="expenses.length === 0" class="flex-1 w-full h-full flex-center my-20">
<span class="text-base text-gray-600">
{{ t('No expenses in this period') }}
</span>