fix: 调整默认布局mix,修复底部宽度100%

This commit is contained in:
TsMask
2024-11-04 11:19:25 +08:00
parent 544c3697bd
commit a731a6408b
2 changed files with 4 additions and 4 deletions

View File

@@ -19,11 +19,11 @@
"@codemirror/merge": "^6.7.2", "@codemirror/merge": "^6.7.2",
"@codemirror/theme-one-dark": "^6.1.2", "@codemirror/theme-one-dark": "^6.1.2",
"@tato30/vue-pdf": "^1.11.2", "@tato30/vue-pdf": "^1.11.2",
"@vueuse/core": "^11.1.0", "@vueuse/core": "11.2.0",
"@xterm/addon-fit": "^0.10.0", "@xterm/addon-fit": "^0.10.0",
"@xterm/xterm": "^5.5.0", "@xterm/xterm": "^5.5.0",
"ant-design-vue": "^4.2.5", "ant-design-vue": "^4.2.5",
"antdv-pro-layout": "^4.1.8", "antdv-pro-layout": "^4.1.9",
"antdv-pro-modal": "^4.0.5", "antdv-pro-modal": "^4.0.5",
"codemirror": "^6.0.1", "codemirror": "^6.0.1",
"crypto-js": "^4.2.0", "crypto-js": "^4.2.0",
@@ -37,7 +37,7 @@
"localforage": "^1.10.0", "localforage": "^1.10.0",
"nprogress": "^0.2.0", "nprogress": "^0.2.0",
"p-queue": "~8.0.1", "p-queue": "~8.0.1",
"pinia": "^2.2.4", "pinia": "2.2.6",
"vue": "^3.5.12", "vue": "^3.5.12",
"vue-i18n": "^10.0.4", "vue-i18n": "^10.0.4",
"vue-router": "^4.4.5", "vue-router": "^4.4.5",

View File

@@ -70,7 +70,7 @@ const proRender = (render: any) => (render === false ? false : undefined);
const proConfigLocal: LayoutStore['proConfig'] = localGetJSON( const proConfigLocal: LayoutStore['proConfig'] = localGetJSON(
CACHE_LOCAL_PROCONFIG CACHE_LOCAL_PROCONFIG
) || { ) || {
layout: 'side', layout: 'mix',
theme: 'light', theme: 'light',
menuTheme: 'light', menuTheme: 'light',
fixSiderbar: true, fixSiderbar: true,