feat(platform): add vehicle service workbench
This commit is contained in:
@@ -1093,6 +1093,43 @@ button.vp-realtime-command-item:focus-visible {
|
||||
min-width: 0;
|
||||
}
|
||||
|
||||
.vp-workbench-grid {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(5, minmax(0, 1fr));
|
||||
gap: 12px;
|
||||
}
|
||||
|
||||
.vp-workbench-item {
|
||||
min-height: 190px;
|
||||
padding: 14px;
|
||||
border: 1px solid var(--vp-border);
|
||||
border-radius: var(--vp-radius);
|
||||
background: #fbfcff;
|
||||
display: grid;
|
||||
gap: 10px;
|
||||
align-content: start;
|
||||
}
|
||||
|
||||
.vp-workbench-head {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
gap: 8px;
|
||||
}
|
||||
|
||||
.vp-workbench-head .semi-typography {
|
||||
font-size: 12px;
|
||||
line-height: 18px;
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
.vp-workbench-value {
|
||||
color: var(--vp-text);
|
||||
font-size: 24px;
|
||||
font-weight: 700;
|
||||
line-height: 30px;
|
||||
}
|
||||
|
||||
.vp-operation-flow {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(6, minmax(0, 1fr));
|
||||
@@ -1279,6 +1316,7 @@ button.vp-realtime-command-item:focus-visible {
|
||||
.vp-current-service-grid,
|
||||
.vp-realtime-command-board,
|
||||
.vp-realtime-command-grid,
|
||||
.vp-workbench-grid,
|
||||
.vp-operation-flow,
|
||||
.vp-service-model-grid,
|
||||
.vp-capability-grid,
|
||||
|
||||
Reference in New Issue
Block a user