This commit is contained in:
GGJ
2023-12-26 14:15:05 +08:00
parent 5fc82743ef
commit 0c95c1183b
11 changed files with 555 additions and 10 deletions

View File

@@ -10,7 +10,7 @@ import { useConfig } from '@/stores/config'
export function mainHeight(extra = 0): CSSProperties {
let height = extra
const adminLayoutMainExtraHeight: anyObj = {
Default: 70,
Default: 60,
Classic: 50,
Streamline: 60
}