update sheet height

This commit is contained in:
MaysWind
2025-12-06 00:44:27 +08:00
parent fdf6548cc9
commit 5850e0e298
7 changed files with 58 additions and 13 deletions
@@ -165,7 +165,7 @@ function onSheetClosed(): void {
@media (max-height: 629px) {
.tree-view-selection-large-sheet,
.tree-view-selection-huge-sheet {
height: 360px;
height: 320px;
}
}
</style>