feat(platform): surface realtime source consistency

This commit is contained in:
lingniu
2026-07-04 12:23:53 +08:00
parent 8dbf91ca25
commit 5a133b0bcd
3 changed files with 169 additions and 0 deletions

View File

@@ -385,6 +385,14 @@ body {
border-top: 1px solid var(--vp-border);
}
.vp-source-consistency-panel {
display: grid;
gap: 10px;
margin-top: 4px;
padding-top: 12px;
border-top: 1px solid var(--vp-border);
}
.vp-map-service-queue-title {
color: var(--vp-text);
font-size: 13px;