From 812d68e29505499a6d3c7b3e063bf3771c9385da Mon Sep 17 00:00:00 2001 From: jtubau Date: Thu, 6 Feb 2025 12:51:45 +0100 Subject: [PATCH 01/36] refactor: refs #8472 unified styling for the more-create-dialog slot to ensure consistency across all scenarios --- src/components/VnTable/VnTable.vue | 6 +++++- src/pages/Account/AccountList.vue | 2 -- src/pages/InvoiceOut/InvoiceOutList.vue | 3 ++- src/pages/Supplier/SupplierList.vue | 6 ++++-- src/pages/Wagon/WagonList.vue | 4 ---- src/pages/Worker/WorkerList.vue | 2 +- 6 files changed, 12 insertions(+), 11 deletions(-) diff --git a/src/components/VnTable/VnTable.vue b/src/components/VnTable/VnTable.vue index 04b7c0a46..3202b18b3 100644 --- a/src/components/VnTable/VnTable.vue +++ b/src/components/VnTable/VnTable.vue @@ -721,12 +721,16 @@ es: .grid-create { display: grid; - grid-template-columns: repeat(auto-fit, minmax(150px, max-content)); + grid-template-columns: 1fr 1fr; max-width: 100%; grid-gap: 20px; margin: 0 auto; } +.q-span-2 { + grid-column: span 2; +} + .flex-one { display: flex; flex-flow: row wrap; diff --git a/src/pages/Account/AccountList.vue b/src/pages/Account/AccountList.vue index ea8daba0d..e1b55f150 100644 --- a/src/pages/Account/AccountList.vue +++ b/src/pages/Account/AccountList.vue @@ -167,14 +167,12 @@ function exprBuilder(param, value) { :right-search="false" > diff --git a/src/pages/InvoiceOut/InvoiceOutList.vue b/src/pages/InvoiceOut/InvoiceOutList.vue index 9398ded64..3473574f3 100644 --- a/src/pages/InvoiceOut/InvoiceOutList.vue +++ b/src/pages/InvoiceOut/InvoiceOutList.vue @@ -232,7 +232,7 @@ watchEffect(selectedRows); diff --git a/src/pages/Wagon/WagonList.vue b/src/pages/Wagon/WagonList.vue index e716686d1..7a84ae6cd 100644 --- a/src/pages/Wagon/WagonList.vue +++ b/src/pages/Wagon/WagonList.vue @@ -111,7 +111,6 @@ async function remove(row) { > diff --git a/src/pages/Worker/WorkerList.vue b/src/pages/Worker/WorkerList.vue index 75700ef16..363c87cfb 100644 --- a/src/pages/Worker/WorkerList.vue +++ b/src/pages/Worker/WorkerList.vue @@ -223,7 +223,7 @@ async function autofillBic(worker) { :right-search="false" >