fix(ui): /companies Hero logo 与标题顶部平齐(align-items: flex-start)

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

View File

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