From 868e6a312f063e54f9cd567e1a6f3b2cc7c52dcc Mon Sep 17 00:00:00 2001 From: pablone Date: Mon, 30 Sep 2024 10:04:00 +0200 Subject: [PATCH] fix: refs #7404 class name --- src/components/VnTable/VnTable.vue | 3 +-- src/pages/Entry/EntryStockBought.vue | 1 - 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/src/components/VnTable/VnTable.vue b/src/components/VnTable/VnTable.vue index 6d27f7ced..861a79432 100644 --- a/src/components/VnTable/VnTable.vue +++ b/src/components/VnTable/VnTable.vue @@ -899,8 +899,7 @@ es: user-select: all; } -.q-table__container.q-table--horizontal-separator.column.no-wrap.q-table__card.q-table__card--dark.q-dark.q-table--flat.q-table--dark.q-table--no-wrap.vnTable, -.q-table__container.q-table--horizontal-separator.column.no-wrap.q-table__card.q-table--flat.q-table--no-wrap.vnTable { +.q-table__container { background-color: transparent; } diff --git a/src/pages/Entry/EntryStockBought.vue b/src/pages/Entry/EntryStockBought.vue index b41973243..9b6eca132 100644 --- a/src/pages/Entry/EntryStockBought.vue +++ b/src/pages/Entry/EntryStockBought.vue @@ -211,7 +211,6 @@ function round(value) { /> -