From bd8103dc9511e5288ccbe13bc406b24808f75ee4 Mon Sep 17 00:00:00 2001 From: fhysy <1149505133@qq.com> Date: Wed, 16 Jul 2025 09:20:59 +0800 Subject: [PATCH] =?UTF-8?q?refactor(layout):=20=E8=B0=83=E6=95=B4=E9=A6=96?= =?UTF-8?q?=E9=A1=B5=E5=B8=83=E5=B1=80=E5=92=8C=E8=B7=AF=E7=94=B1=E9=85=8D?= =?UTF-8?q?=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 移除 AppMain 组件中的条件类名,去除index页高度100vh覆盖头部和navbar隐藏 - 头部大屏更换为概览页,大屏改为新页面打开 - 移除 Layout 组件中的动态样式 --- src/layout/components/AppMain.vue | 3 ++- src/layout/index.vue | 2 +- src/router/index.js | 21 +++++++++------------ 3 files changed, 12 insertions(+), 14 deletions(-) diff --git a/src/layout/components/AppMain.vue b/src/layout/components/AppMain.vue index 86316907..c7cdf2e4 100644 --- a/src/layout/components/AppMain.vue +++ b/src/layout/components/AppMain.vue @@ -1,5 +1,6 @@