From d551079fda85f518c36a7686623a567140bcea8c Mon Sep 17 00:00:00 2001 From: Claude Date: Fri, 26 Jun 2026 10:52:48 +0800 Subject: [PATCH] =?UTF-8?q?fix(ui):=20/companies=20Hero=20logo=20=E4=B8=8E?= =?UTF-8?q?=E6=A0=87=E9=A2=98=E9=A1=B6=E9=83=A8=E5=B9=B3=E9=BD=90(align-it?= =?UTF-8?q?ems:=20flex-start)?= 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, 1 insertion(+), 5 deletions(-) diff --git a/offer_frontend/src/views/portal/CompanyListView.vue b/offer_frontend/src/views/portal/CompanyListView.vue index 0e055db..2ad8041 100644 --- a/offer_frontend/src/views/portal/CompanyListView.vue +++ b/offer_frontend/src/views/portal/CompanyListView.vue @@ -164,10 +164,6 @@ onMounted(async () => { border-bottom: 1px solid var(--border); padding: 56px 0; color: var(--text-main); - display: flex; - flex-direction: column; - justify-content: center; - min-height: 260px; } .hero-inner { max-width: 1100px; @@ -175,7 +171,7 @@ onMounted(async () => { padding: 0 24px; display: flex; gap: 36px; - align-items: center; + align-items: flex-start; } .hero-logo { flex-shrink: 0;