feat(platform): add alert vehicle task board
This commit is contained in:
@@ -1417,6 +1417,68 @@ button.vp-realtime-command-item:focus-visible {
|
||||
line-height: 20px;
|
||||
}
|
||||
|
||||
.vp-alert-vehicle-task-board {
|
||||
display: grid;
|
||||
grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
|
||||
gap: 16px;
|
||||
}
|
||||
|
||||
.vp-alert-vehicle-focus {
|
||||
min-height: 172px;
|
||||
padding: 12px;
|
||||
border: 1px solid rgba(239, 68, 68, 0.24);
|
||||
border-radius: var(--vp-radius);
|
||||
background: #fff7f7;
|
||||
display: grid;
|
||||
gap: 10px;
|
||||
align-content: start;
|
||||
}
|
||||
|
||||
.vp-alert-vehicle-focus strong {
|
||||
color: var(--vp-text);
|
||||
font-size: 20px;
|
||||
line-height: 26px;
|
||||
font-weight: 700;
|
||||
word-break: break-word;
|
||||
}
|
||||
|
||||
.vp-alert-vehicle-focus span {
|
||||
color: var(--vp-text-muted);
|
||||
font-size: 13px;
|
||||
line-height: 20px;
|
||||
}
|
||||
|
||||
.vp-alert-vehicle-task-grid {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(4, minmax(0, 1fr));
|
||||
gap: 12px;
|
||||
}
|
||||
|
||||
.vp-alert-vehicle-task-item {
|
||||
min-height: 172px;
|
||||
padding: 12px;
|
||||
border: 1px solid var(--vp-border);
|
||||
border-radius: var(--vp-radius);
|
||||
background: #fbfcff;
|
||||
display: grid;
|
||||
gap: 10px;
|
||||
align-content: start;
|
||||
}
|
||||
|
||||
.vp-alert-vehicle-task-item strong {
|
||||
color: var(--vp-text);
|
||||
font-size: 20px;
|
||||
line-height: 26px;
|
||||
font-weight: 700;
|
||||
word-break: break-word;
|
||||
}
|
||||
|
||||
.vp-alert-vehicle-task-item span {
|
||||
color: var(--vp-text-muted);
|
||||
font-size: 13px;
|
||||
line-height: 20px;
|
||||
}
|
||||
|
||||
.vp-alert-flow-item {
|
||||
min-height: 96px;
|
||||
padding: 12px;
|
||||
@@ -3344,6 +3406,8 @@ button.vp-realtime-command-item:focus-visible {
|
||||
.vp-alert-dispatch-grid,
|
||||
.vp-alert-center-board,
|
||||
.vp-alert-center-grid,
|
||||
.vp-alert-vehicle-task-board,
|
||||
.vp-alert-vehicle-task-grid,
|
||||
.vp-alert-command-board,
|
||||
.vp-alert-command-grid,
|
||||
.vp-notification-coverage-board,
|
||||
|
||||
Reference in New Issue
Block a user