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);
-
+
@@ -430,6 +430,7 @@ watchEffect(selectedRows);
flex: 0.75;
}
}
+
diff --git a/src/pages/Supplier/SupplierList.vue b/src/pages/Supplier/SupplierList.vue
index 85cc11857..6aa4e7c93 100644
--- a/src/pages/Supplier/SupplierList.vue
+++ b/src/pages/Supplier/SupplierList.vue
@@ -133,8 +133,10 @@ const columns = computed(() => [
:columns="columns"
>
-
-
+
+
+
+
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) {
>
-