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

@@ -592,7 +592,7 @@ onMounted(() => {
@media (width <= 768px) {
.virtual-scroll-div {
block-size: calc(100vh - 16rem);
block-size: calc(100vh - 17rem);
}
}