From 640cc68cfd868228d6646e4ea7144ce51c0ce460 Mon Sep 17 00:00:00 2001 From: TianyangZhang Date: Wed, 25 Mar 2026 15:14:17 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E5=A2=9E=E5=8A=A0=E5=B7=A6=E6=A0=8F?= =?UTF-8?q?=E5=AE=BD=E5=BA=A6=E4=BB=A5=E5=AE=B9=E7=BA=B3=E9=95=BF=E5=85=AC?= =?UTF-8?q?=E5=8F=B8=E5=90=8D=E7=A7=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 将企业列表左栏宽度从 228px 增加到 320px,确保长公司名称能够正确显示。 --- offer_frontend/src/views/portal/HomeView.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/offer_frontend/src/views/portal/HomeView.vue b/offer_frontend/src/views/portal/HomeView.vue index bb1953f..8f69ea0 100644 --- a/offer_frontend/src/views/portal/HomeView.vue +++ b/offer_frontend/src/views/portal/HomeView.vue @@ -182,7 +182,7 @@ onMounted(async () => { /* ── 左栏 ── */ .panel-left { - width: 228px; + width: 320px; flex-shrink: 0; display: flex; flex-direction: column;