fix(styles): 移除数据表页脚的上边距

This commit is contained in:
jxxghp
2025-02-18 16:44:30 +08:00
parent 5e587dfd88
commit 1f722e7d7f
2 changed files with 0 additions and 8 deletions

View File

@@ -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);

View File

@@ -176,10 +176,6 @@
th {
background: rgb(var(--v-table-header-background)) !important;
}
.v-data-table-footer {
margin-block-start: 1rem;
}
}
// 👉 Pagination