chet novoe
This commit is contained in:
@@ -120,7 +120,7 @@ onMounted(async () => {
|
|||||||
</div>
|
</div>
|
||||||
<div
|
<div
|
||||||
:class="transaction.category.type.code == 'EXPENSE' ? 'text-red-700' : 'text-green-700' && transaction.isDone && isPlanned ? 'line-through' : ''"
|
:class="transaction.category.type.code == 'EXPENSE' ? 'text-red-700' : 'text-green-700' && transaction.isDone && isPlanned ? 'line-through' : ''"
|
||||||
class="text-2xl font-bold line-clamp-1 ">
|
class="text-lg line-clamp-1 ">
|
||||||
|
|
||||||
{{ formatAmount(transaction.amount) }} ₽
|
{{ formatAmount(transaction.amount) }} ₽
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user