feat(platform): add mileage service task board
This commit is contained in:
@@ -1812,6 +1812,41 @@ button.vp-realtime-command-item:focus-visible {
|
||||
line-height: 18px;
|
||||
}
|
||||
|
||||
.vp-mileage-task-grid {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(4, minmax(0, 1fr));
|
||||
gap: 12px;
|
||||
}
|
||||
|
||||
.vp-mileage-task-item {
|
||||
min-height: 164px;
|
||||
padding: 14px;
|
||||
border: 1px solid var(--vp-border);
|
||||
border-radius: var(--vp-radius);
|
||||
background: #fbfcff;
|
||||
display: grid;
|
||||
align-content: space-between;
|
||||
gap: 12px;
|
||||
}
|
||||
|
||||
.vp-mileage-task-head {
|
||||
min-width: 0;
|
||||
display: grid;
|
||||
gap: 8px;
|
||||
}
|
||||
|
||||
.vp-mileage-task-head strong {
|
||||
color: var(--vp-text);
|
||||
font-size: 18px;
|
||||
line-height: 24px;
|
||||
word-break: break-word;
|
||||
}
|
||||
|
||||
.vp-mileage-task-item .semi-typography {
|
||||
font-size: 13px;
|
||||
line-height: 20px;
|
||||
}
|
||||
|
||||
.vp-mileage-mini-charts {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(2, minmax(0, 1fr));
|
||||
@@ -3308,6 +3343,7 @@ button.vp-realtime-command-item:focus-visible {
|
||||
.vp-vehicle-map-layout,
|
||||
.vp-mileage-console,
|
||||
.vp-mileage-kpi-grid,
|
||||
.vp-mileage-task-grid,
|
||||
.vp-mileage-mini-charts,
|
||||
.vp-playback-layout,
|
||||
.vp-playback-timeline {
|
||||
|
||||
Reference in New Issue
Block a user