From 7164b53407cfdde48d42e8f35dfbb6a9d03d2312 Mon Sep 17 00:00:00 2001 From: ogerly Date: Fri, 24 Sep 2021 14:24:18 +0200 Subject: [PATCH] fix bug col to cols on --- frontend/src/components/DecayInformation.vue | 208 +++++++++--------- frontend/src/components/Transaction.vue | 16 +- .../AccountOverview/GddTransactionList.vue | 6 +- 3 files changed, 112 insertions(+), 118 deletions(-) diff --git a/frontend/src/components/DecayInformation.vue b/frontend/src/components/DecayInformation.vue index 470f45dc7..04a850040 100644 --- a/frontend/src/components/DecayInformation.vue +++ b/frontend/src/components/DecayInformation.vue @@ -1,120 +1,114 @@ diff --git a/frontend/src/components/Transaction.vue b/frontend/src/components/Transaction.vue index 4358a3596..4071e809d 100644 --- a/frontend/src/components/Transaction.vue +++ b/frontend/src/components/Transaction.vue @@ -19,40 +19,40 @@ - + {{ getLinesByType(gdtEntryType).description }} - + {{ getLinesByType(gdtEntryType).descriptiontext }} - + {{ $t('gdt.credit') }} - + {{ getLinesByType(gdtEntryType).credittext }} - + {{ $t('form.memo') }} - + {{ comment }} - + {{ $t('form.date') }} - + {{ $d($moment(date), 'long') }} {{ $i18n.locale === 'de' ? 'Uhr' : '' }} diff --git a/frontend/src/views/Pages/AccountOverview/GddTransactionList.vue b/frontend/src/views/Pages/AccountOverview/GddTransactionList.vue index bdf4199f3..7348f96de 100644 --- a/frontend/src/views/Pages/AccountOverview/GddTransactionList.vue +++ b/frontend/src/views/Pages/AccountOverview/GddTransactionList.vue @@ -18,13 +18,13 @@ - +
-
+
@@ -70,7 +70,7 @@
- +