fix(ui): /companies Hero 卡片垂直居中 logo, 加 min-height 防短内容贴顶

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Claude 2026-06-26 10:28:43 +08:00
parent 6a1226557b
commit 6fc8a4f3c6
1 changed files with 5 additions and 1 deletions

View File

@ -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;