fix FileExplorer layout
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user