feat(platform-web): show vehicle detail source scope

This commit is contained in:
lingniu
2026-07-04 01:39:18 +08:00
parent dc3e12328e
commit 5000d5cd1c
3 changed files with 100 additions and 0 deletions

View File

@@ -98,6 +98,23 @@ body {
padding-top: 2px;
}
.vp-scope-bar {
min-height: 40px;
margin-top: 12px;
padding: 8px 12px;
border: 1px solid var(--vp-border);
border-radius: var(--vp-radius);
background: #fbfcff;
display: flex;
align-items: center;
gap: 10px;
}
.vp-scope-label {
color: var(--vp-text-muted);
font-size: 13px;
}
.vp-section {
background: var(--vp-surface);
border: 1px solid var(--vp-border);