This commit is contained in:
jxxghp
2024-04-17 08:16:11 +08:00
parent 86d5903f32
commit 0d325b6eb8
2 changed files with 14 additions and 1 deletions

View File

@@ -529,6 +529,12 @@ onMounted(fetchData)
}
.data-table-div {
block-size: calc(100vh - 15rem);
block-size: calc(100vh - 14rem);
}
@media (width <= 768px) {
.data-table-div {
block-size: calc(100vh - 16rem);
}
}
</style>