mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-09-04 23:18:44 +08:00
fix
This commit is contained in:
+1
-7
@@ -21,14 +21,8 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"rules": {
|
"rules": {
|
||||||
"max-line-length": [
|
|
||||||
120,
|
|
||||||
{
|
|
||||||
"ignore": "comments"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"liberty/use-logical-spec": true,
|
"liberty/use-logical-spec": true,
|
||||||
"selector-class-pattern": null,
|
"selector-class-pattern": null,
|
||||||
"color-function-notation": null
|
"color-function-notation": null
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -579,12 +579,14 @@ onMounted(() => {
|
|||||||
|
|
||||||
<style lang="scss" scoped>
|
<style lang="scss" scoped>
|
||||||
.v-card {
|
.v-card {
|
||||||
height: 100%;
|
block-size: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.v-toolbar{
|
.v-toolbar{
|
||||||
background: rgb(var(--v-table-header-background));
|
background: rgb(var(--v-table-header-background));
|
||||||
}
|
}
|
||||||
|
|
||||||
.virtual-scroll-div {
|
.virtual-scroll-div {
|
||||||
height: calc(100vh - 230px);
|
block-size: calc(100vh - 14rem);
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
@@ -493,7 +493,8 @@ fixArrayAt()
|
|||||||
.v-table th {
|
.v-table th {
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
.data-table-div {
|
.data-table-div {
|
||||||
height: calc(100vh - 200px);
|
block-size: calc(100vh - 12rem);
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
Reference in New Issue
Block a user