From da5d518e90b842a0652c09e00285d8cea4443269 Mon Sep 17 00:00:00 2001 From: Julien Calixte Date: Wed, 20 May 2020 13:18:37 +0200 Subject: [PATCH] fix style for transaction item --- src/views/transactions/TransactionItem.vue | 127 +++++++++++---------- 1 file changed, 64 insertions(+), 63 deletions(-) diff --git a/src/views/transactions/TransactionItem.vue b/src/views/transactions/TransactionItem.vue index d1eff4e..3a086a4 100644 --- a/src/views/transactions/TransactionItem.vue +++ b/src/views/transactions/TransactionItem.vue @@ -58,69 +58,70 @@ . -
-
-

- Taux d'échange -

-
-
- - - - - - - -
- {{ - transaction.amount | money(transaction.mainCurrency) - }} -
- {{ - (transaction && transaction.amount) || - (1 * getRate(currency.code)) | moneypad(currency) - }} -
-
-
- - - - - - - -
- {{ - 1 | money(transaction.mainCurrency) - }} -
- {{ getRate(currency.code) | moneypad(currency) }} -
-
-
- - - - - - - - -
- {{ - $tc('transaction.money', currencies.length) - }} -
{{ 1 | money(currency) }} - {{ - (1 / getRate(currency.code)) - | moneypad(transaction && transaction.mainCurrency) - }} -
-
+
+

+ Taux d'échange +

+
+
+ + + + + + + +
+ {{ + transaction.amount | money(transaction.mainCurrency) + }} +
+ {{ + (transaction && transaction.amount) || + (1 * getRate(currency.code)) | moneypad(currency) + }} +
+
+
+ + + + + + + +
+ {{ + 1 | money(transaction.mainCurrency) + }} +
+ {{ getRate(currency.code) | moneypad(currency) }} +
+
+
+ + + + + + + + +
+ {{ + $tc('transaction.money', currencies.length) + }} +
{{ 1 | money(currency) }} + {{ + (1 / getRate(currency.code)) + | moneypad(transaction && transaction.mainCurrency) + }} +