fix(ui): /companies Hero logo 与标题顶部平齐(align-items: flex-start)
Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
parent
6fc8a4f3c6
commit
d551079fda
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue