mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-08-27 11:10:12 +08:00
fix(styles): 移除数据表页脚的上边距
This commit is contained in:
@@ -212,10 +212,6 @@ h6,
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.v-data-table-footer {
|
|
||||||
margin-block-start: 1rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
// 👉 v-field
|
// 👉 v-field
|
||||||
.v-field:hover .v-field__outline {
|
.v-field:hover .v-field__outline {
|
||||||
--v-field-border-opacity: var(--v-medium-emphasis-opacity);
|
--v-field-border-opacity: var(--v-medium-emphasis-opacity);
|
||||||
|
|||||||
@@ -176,10 +176,6 @@
|
|||||||
th {
|
th {
|
||||||
background: rgb(var(--v-table-header-background)) !important;
|
background: rgb(var(--v-table-header-background)) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.v-data-table-footer {
|
|
||||||
margin-block-start: 1rem;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// 👉 Pagination
|
// 👉 Pagination
|
||||||
|
|||||||
Reference in New Issue
Block a user