feat(platform-web): show vehicle detail source scope
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user