feat(platform): add customer delivery cockpit
This commit is contained in:
@@ -819,6 +819,78 @@ body {
|
||||
line-height: 17px;
|
||||
}
|
||||
|
||||
.vp-customer-delivery-board {
|
||||
margin-bottom: 16px;
|
||||
overflow: hidden;
|
||||
border-color: rgba(22, 100, 255, 0.16);
|
||||
}
|
||||
|
||||
.vp-customer-delivery-board .semi-card-body {
|
||||
display: grid;
|
||||
grid-template-columns: minmax(280px, 0.58fr) minmax(0, 1.42fr);
|
||||
background: #ffffff;
|
||||
}
|
||||
|
||||
.vp-customer-delivery-summary {
|
||||
padding: 18px;
|
||||
border-right: 1px solid var(--vp-border);
|
||||
background: #f8fbff;
|
||||
display: grid;
|
||||
gap: 12px;
|
||||
align-content: start;
|
||||
}
|
||||
|
||||
.vp-customer-delivery-grid {
|
||||
padding: 16px;
|
||||
display: grid;
|
||||
grid-template-columns: repeat(4, minmax(0, 1fr));
|
||||
gap: 10px;
|
||||
}
|
||||
|
||||
.vp-customer-delivery-item {
|
||||
min-height: 150px;
|
||||
padding: 12px;
|
||||
border: 1px solid var(--vp-border);
|
||||
border-radius: var(--vp-radius);
|
||||
background: #fbfcff;
|
||||
color: inherit;
|
||||
cursor: pointer;
|
||||
font: inherit;
|
||||
text-align: left;
|
||||
display: grid;
|
||||
gap: 8px;
|
||||
align-content: start;
|
||||
}
|
||||
|
||||
.vp-customer-delivery-item:hover,
|
||||
.vp-customer-delivery-item:focus-visible {
|
||||
border-color: rgba(22, 100, 255, 0.42);
|
||||
background: #f5f9ff;
|
||||
outline: none;
|
||||
}
|
||||
|
||||
.vp-customer-delivery-item strong {
|
||||
color: var(--vp-text);
|
||||
font-size: 17px;
|
||||
line-height: 23px;
|
||||
font-weight: 700;
|
||||
word-break: break-word;
|
||||
}
|
||||
|
||||
.vp-customer-delivery-item span {
|
||||
color: var(--vp-text-muted);
|
||||
font-size: 12px;
|
||||
line-height: 18px;
|
||||
}
|
||||
|
||||
.vp-customer-delivery-item em {
|
||||
color: var(--vp-primary);
|
||||
font-size: 12px;
|
||||
font-style: normal;
|
||||
font-weight: 700;
|
||||
line-height: 18px;
|
||||
}
|
||||
|
||||
.vp-customer-cockpit {
|
||||
margin-bottom: 16px;
|
||||
overflow: hidden;
|
||||
@@ -7277,6 +7349,8 @@ button.vp-realtime-command-item:focus-visible {
|
||||
.vp-fleet-monitor-stats,
|
||||
.vp-fleet-task-grid,
|
||||
.vp-fleet-monitor-trust,
|
||||
.vp-customer-delivery-board .semi-card-body,
|
||||
.vp-customer-delivery-grid,
|
||||
.vp-vehicle-live-view .semi-card-body,
|
||||
.vp-vehicle-live-main,
|
||||
.vp-vehicle-live-facts,
|
||||
|
||||
Reference in New Issue
Block a user