From 1f722e7d7f6a4a308cfb9356bc21b0ce12abfe02 Mon Sep 17 00:00:00 2001 From: jxxghp Date: Tue, 18 Feb 2025 16:44:30 +0800 Subject: [PATCH] =?UTF-8?q?fix(styles):=20=E7=A7=BB=E9=99=A4=E6=95=B0?= =?UTF-8?q?=E6=8D=AE=E8=A1=A8=E9=A1=B5=E8=84=9A=E7=9A=84=E4=B8=8A=E8=BE=B9?= =?UTF-8?q?=E8=B7=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/@core/scss/base/libs/vuetify/_overrides.scss | 4 ---- src/@core/scss/template/_components.scss | 4 ---- 2 files changed, 8 deletions(-) diff --git a/src/@core/scss/base/libs/vuetify/_overrides.scss b/src/@core/scss/base/libs/vuetify/_overrides.scss index 53c418e5..07f1e6da 100644 --- a/src/@core/scss/base/libs/vuetify/_overrides.scss +++ b/src/@core/scss/base/libs/vuetify/_overrides.scss @@ -212,10 +212,6 @@ h6, } } -.v-data-table-footer { - margin-block-start: 1rem; -} - // 👉 v-field .v-field:hover .v-field__outline { --v-field-border-opacity: var(--v-medium-emphasis-opacity); diff --git a/src/@core/scss/template/_components.scss b/src/@core/scss/template/_components.scss index accca560..b1570c89 100644 --- a/src/@core/scss/template/_components.scss +++ b/src/@core/scss/template/_components.scss @@ -176,10 +176,6 @@ th { background: rgb(var(--v-table-header-background)) !important; } - - .v-data-table-footer { - margin-block-start: 1rem; - } } // 👉 Pagination