fix: 调整默认布局mix,修复底部宽度100%
This commit is contained in:
@@ -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",
|
||||||
|
|||||||
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user