This commit is contained in:
jxxghp
2024-04-07 11:29:49 +08:00
parent b19b015986
commit a004f1c758
3 changed files with 7 additions and 10 deletions
-6
View File
@@ -21,12 +21,6 @@
}
],
"rules": {
"max-line-length": [
120,
{
"ignore": "comments"
}
],
"liberty/use-logical-spec": true,
"selector-class-pattern": null,
"color-function-notation": null
+4 -2
View File
@@ -579,12 +579,14 @@ onMounted(() => {
<style lang="scss" scoped>
.v-card {
height: 100%;
block-size: 100%;
}
.v-toolbar{
background: rgb(var(--v-table-header-background));
}
.virtual-scroll-div {
height: calc(100vh - 230px);
block-size: calc(100vh - 14rem);
}
</style>
+2 -1
View File
@@ -493,7 +493,8 @@ fixArrayAt()
.v-table th {
white-space: nowrap;
}
.data-table-div {
height: calc(100vh - 200px);
block-size: calc(100vh - 12rem);
}
</style>