feat(platform): add vehicle monitoring command center
This commit is contained in:
@@ -410,6 +410,41 @@ body {
|
||||
line-height: 26px;
|
||||
}
|
||||
|
||||
.vp-command-center-grid {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(4, minmax(0, 1fr));
|
||||
gap: 12px;
|
||||
}
|
||||
|
||||
.vp-command-center-item {
|
||||
min-height: 166px;
|
||||
padding: 16px;
|
||||
border: 1px solid var(--vp-border);
|
||||
border-radius: 8px;
|
||||
background: #ffffff;
|
||||
display: grid;
|
||||
align-content: space-between;
|
||||
gap: 12px;
|
||||
}
|
||||
|
||||
.vp-command-center-head {
|
||||
min-width: 0;
|
||||
display: grid;
|
||||
gap: 8px;
|
||||
}
|
||||
|
||||
.vp-command-center-head strong {
|
||||
color: var(--vp-text);
|
||||
font-size: 20px;
|
||||
line-height: 26px;
|
||||
word-break: break-word;
|
||||
}
|
||||
|
||||
.vp-command-center-item .semi-typography {
|
||||
font-size: 13px;
|
||||
line-height: 20px;
|
||||
}
|
||||
|
||||
.vp-customer-task-grid {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(5, minmax(0, 1fr));
|
||||
@@ -3176,6 +3211,7 @@ button.vp-realtime-command-item:focus-visible {
|
||||
.vp-map-ops-readiness,
|
||||
.vp-map-ops-work,
|
||||
.vp-time-monitor-grid,
|
||||
.vp-command-center-grid,
|
||||
.vp-customer-task-grid,
|
||||
.vp-current-service-board,
|
||||
.vp-current-service-grid,
|
||||
|
||||
Reference in New Issue
Block a user