From 26c910f8040657eec8fac09caad5c69a4f50a154 Mon Sep 17 00:00:00 2001 From: TianyangZhang Date: Thu, 26 Mar 2026 16:03:16 +0800 Subject: [PATCH] =?UTF-8?q?fix(layout):=20=E5=85=A8=E5=B1=80=E5=B8=83?= =?UTF-8?q?=E5=B1=80=E9=93=BA=E6=BB=A1=E4=BC=98=E5=8C=96=EF=BC=8C=E9=A1=B6?= =?UTF-8?q?=E9=83=A8=E5=AF=BC=E8=88=AA=E5=9B=BA=E5=AE=9A=E7=BD=AE=E9=A1=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 移除 #app 和 body 的居中限制,页面铺满全屏 - SplashView 移除各区域 max-width 限制,内容铺满两侧 - PortalLayout 顶部导航固定在页面顶部,不随滚动移动 - 移除 top-bar 中未登录时重复的登录/注册链接 - HomeView 双栏面板高度撑满视口,去除上下间距 Co-Authored-By: Claude Opus 4.6 --- offer_frontend/src/layouts/PortalLayout.vue | 52 +++++++++++--------- offer_frontend/src/style.css | 7 +-- offer_frontend/src/views/SplashView.vue | 8 ++- offer_frontend/src/views/portal/HomeView.vue | 8 +-- 4 files changed, 36 insertions(+), 39 deletions(-) diff --git a/offer_frontend/src/layouts/PortalLayout.vue b/offer_frontend/src/layouts/PortalLayout.vue index 1d699f1..0b6d038 100644 --- a/offer_frontend/src/layouts/PortalLayout.vue +++ b/offer_frontend/src/layouts/PortalLayout.vue @@ -1,27 +1,24 @@