diff --git a/.vscode/settings.json b/.vscode/settings.json index d9426c8b6..84fc371c6 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -45,5 +45,6 @@ "source.fixAll.eslint": true }, "volar.tsPlugin": true, - "typescript.tsdk": "node_modules/typescript/lib" + "typescript.tsdk": "node_modules/typescript/lib", + "i18n-ally.localesPaths": ["src/plugins/i18n"] } diff --git a/src/layout/components/appMain.vue b/src/layout/components/appMain.vue index 70db036b4..e28ed909d 100644 --- a/src/layout/components/appMain.vue +++ b/src/layout/components/appMain.vue @@ -1,42 +1,72 @@ @@ -58,4 +99,10 @@ const transition = computed(() => { position: relative; overflow-x: hidden; } + +.app-main-nofixed-header { + width: 100%; + min-height: 100vh; + position: relative; +} diff --git a/src/layout/index.vue b/src/layout/index.vue index f971ac450..7917b5d87 100644 --- a/src/layout/index.vue +++ b/src/layout/index.vue @@ -1,32 +1,6 @@ - -