fix(platform): prioritize mobile vehicle service content

This commit is contained in:
lingniu
2026-07-06 00:55:24 +08:00
parent af4d721eeb
commit cd5336f353
3 changed files with 24 additions and 1 deletions

View File

@@ -12510,10 +12510,19 @@ button.vp-realtime-command-item:focus-visible {
grid-template-columns: minmax(0, 1fr);
}
.vp-main {
order: -1;
}
.vp-sidebar {
order: 2;
position: relative;
height: auto;
max-height: 340px;
overflow-y: auto;
padding: 12px;
border-right: 0;
border-top: 1px solid var(--vp-border);
}
.vp-topbar {