From 6fc8a4f3c617f370360dc328f2d2302d4738f26a Mon Sep 17 00:00:00 2001 From: Claude Date: Fri, 26 Jun 2026 10:28:43 +0800 Subject: [PATCH] =?UTF-8?q?fix(ui):=20/companies=20Hero=20=E5=8D=A1?= =?UTF-8?q?=E7=89=87=E5=9E=82=E7=9B=B4=E5=B1=85=E4=B8=AD=20logo,=20?= =?UTF-8?q?=E5=8A=A0=20min-height=20=E9=98=B2=E7=9F=AD=E5=86=85=E5=AE=B9?= =?UTF-8?q?=E8=B4=B4=E9=A1=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude --- offer_frontend/src/views/portal/CompanyListView.vue | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/offer_frontend/src/views/portal/CompanyListView.vue b/offer_frontend/src/views/portal/CompanyListView.vue index ea15d28..0e055db 100644 --- a/offer_frontend/src/views/portal/CompanyListView.vue +++ b/offer_frontend/src/views/portal/CompanyListView.vue @@ -162,8 +162,12 @@ onMounted(async () => { .hero-section { background: #fff; border-bottom: 1px solid var(--border); - padding: 48px 0 44px; + padding: 56px 0; color: var(--text-main); + display: flex; + flex-direction: column; + justify-content: center; + min-height: 260px; } .hero-inner { max-width: 1100px;