fix FileExplorer layout

This commit is contained in:
Timi
2026-04-03 17:40:15 +08:00
parent 603a503644
commit 59016f492f
6 changed files with 58 additions and 17 deletions

View File

@@ -325,7 +325,7 @@ async function syncPath(nextSegments: string[]): Promise<void> {
<style scoped lang="less">
.page {
gap: 1rem;
height: 100%;
height: calc(100% - 2rem);
display: flex;
padding: 1rem;
overflow: hidden;