From 82b796e2113eb22fc85f027f955cb3203dc3f61d Mon Sep 17 00:00:00 2001 From: TianyangZhang Date: Wed, 25 Mar 2026 15:01:12 +0800 Subject: [PATCH 1/2] =?UTF-8?q?style:=20=E5=BA=94=E7=94=A8=E7=8E=B0?= =?UTF-8?q?=E4=BB=A3=E7=AE=80=E7=BA=A6=E9=85=8D=E8=89=B2=E6=96=B9=E6=A1=88?= =?UTF-8?q?=E5=88=B0=E4=B8=89=E6=A0=8F=E5=B8=83=E5=B1=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 将HomeView.vue的三栏布局更新为现代简约风格: - 左栏:#F5F5F5 浅灰背景 + #333 深灰文字 - 中栏:#FFFFFF 纯白背景 - 右栏:#FFFFFF 纯白背景 - 选中态:#E57373 浅红强调 - 边框:#EFEFEF 浅灰 - 悬停效果:#EBEBEB 浅灰 提升视觉层次和可读性,符合现代UI设计规范。 Co-Authored-By: Claude Haiku 4.5 --- offer_frontend/src/views/portal/HomeView.vue | 104 +++++++++---------- 1 file changed, 52 insertions(+), 52 deletions(-) diff --git a/offer_frontend/src/views/portal/HomeView.vue b/offer_frontend/src/views/portal/HomeView.vue index 2bb8f1a..44db947 100644 --- a/offer_frontend/src/views/portal/HomeView.vue +++ b/offer_frontend/src/views/portal/HomeView.vue @@ -333,14 +333,14 @@ onMounted(async () => {