This commit is contained in:
jxxghp
2024-04-17 15:30:40 +08:00
parent f1238a03b3
commit b9ee6b4039
3 changed files with 5 additions and 4 deletions

View File

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