feat(platform): align console with vehicle operations center

This commit is contained in:
lingniu
2026-07-04 18:53:52 +08:00
parent 48642726aa
commit 504a49a13c
8 changed files with 70 additions and 26 deletions

View File

@@ -34,7 +34,7 @@ body {
}
.vp-brand {
height: 44px;
min-height: 54px;
display: flex;
align-items: center;
gap: 10px;
@@ -50,6 +50,25 @@ body {
background: linear-gradient(135deg, var(--vp-primary), var(--vp-cyan));
}
.vp-brand-copy {
min-width: 0;
display: flex;
flex-direction: column;
gap: 2px;
line-height: 18px;
}
.vp-brand-copy span:first-child {
font-size: 15px;
}
.vp-brand-copy span:last-child {
color: var(--vp-text-muted);
font-size: 11px;
font-weight: 500;
white-space: nowrap;
}
.vp-main {
min-width: 0;
}