From 74033a7bdf1532e737f35aa450d0d7dfd1ae5cb8 Mon Sep 17 00:00:00 2001 From: pablone Date: Wed, 2 Apr 2025 11:51:03 +0200 Subject: [PATCH] refactor: improve layout and styling in ExtraCommunity.vue --- src/pages/Travel/ExtraCommunity.vue | 32 ++++++++++++++--------------- 1 file changed, 15 insertions(+), 17 deletions(-) diff --git a/src/pages/Travel/ExtraCommunity.vue b/src/pages/Travel/ExtraCommunity.vue index ec898719dc3..849eeee5bf4 100644 --- a/src/pages/Travel/ExtraCommunity.vue +++ b/src/pages/Travel/ExtraCommunity.vue @@ -505,7 +505,6 @@ watch(route, () => { :props="props" @click="stopEventPropagation($event, col)" :style="col.style" - style="padding-left: 5px" > { {{ entry.id }} - - {{ entry.supplierName }} - - - - - + +
+ + {{ entry.supplierName }} + + + +
{{ toCurrency(entry.invoiceAmount) }} @@ -639,9 +639,7 @@ watch(route, () => { &:nth-child(1) { max-width: 65px; } - &:nth-child(4) { - padding: 0; - } + padding: 0 5px 0; } thead > tr > th { padding: 3px;