fix(ui): /companies Hero 卡片垂直居中 logo, 加 min-height 防短内容贴顶
Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
parent
6a1226557b
commit
6fc8a4f3c6
|
|
@ -162,8 +162,12 @@ onMounted(async () => {
|
||||||
.hero-section {
|
.hero-section {
|
||||||
background: #fff;
|
background: #fff;
|
||||||
border-bottom: 1px solid var(--border);
|
border-bottom: 1px solid var(--border);
|
||||||
padding: 48px 0 44px;
|
padding: 56px 0;
|
||||||
color: var(--text-main);
|
color: var(--text-main);
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
justify-content: center;
|
||||||
|
min-height: 260px;
|
||||||
}
|
}
|
||||||
.hero-inner {
|
.hero-inner {
|
||||||
max-width: 1100px;
|
max-width: 1100px;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue