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:
parent
2e1b8bfa13
commit
afbd43bfde
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user