feat(platform): add customer map monitoring package

This commit is contained in:
lingniu
2026-07-05 03:08:58 +08:00
parent f4891525a6
commit 9d41c52cac
3 changed files with 193 additions and 3 deletions

View File

@@ -1194,6 +1194,58 @@ button.vp-realtime-command-item:focus-visible {
line-height: 20px;
}
.vp-map-customer-package {
padding: 14px;
border: 1px solid rgba(0, 164, 184, 0.24);
border-radius: var(--vp-radius);
background: #f3fbfc;
display: grid;
grid-template-columns: minmax(300px, 0.82fr) minmax(0, 1.18fr);
gap: 12px;
}
.vp-map-customer-package-summary {
min-width: 0;
display: grid;
gap: 10px;
align-content: start;
}
.vp-map-customer-package-summary .semi-typography {
line-height: 21px;
}
.vp-map-customer-package-grid {
display: grid;
grid-template-columns: repeat(5, minmax(0, 1fr));
gap: 10px;
}
.vp-map-customer-package-item {
min-height: 134px;
padding: 12px;
border: 1px solid var(--vp-border);
border-radius: var(--vp-radius);
background: #fbfcff;
display: grid;
gap: 8px;
align-content: start;
}
.vp-map-customer-package-item strong {
color: var(--vp-text);
font-size: 18px;
line-height: 24px;
font-weight: 700;
word-break: break-word;
}
.vp-map-customer-package-item span {
color: var(--vp-text-muted);
font-size: 12px;
line-height: 18px;
}
.vp-map-vehicle-workbench {
padding: 14px;
border: 1px solid rgba(22, 100, 255, 0.18);
@@ -3926,6 +3978,8 @@ button.vp-realtime-command-item:focus-visible {
.vp-source-coverage-grid,
.vp-map-kpi-strip,
.vp-map-task-strip,
.vp-map-customer-package,
.vp-map-customer-package-grid,
.vp-map-vehicle-work-grid,
.vp-map-workspace,
.vp-runbook-grid,