feat(platform): add vehicle service runbook
This commit is contained in:
@@ -1093,6 +1093,56 @@ button.vp-realtime-command-item:focus-visible {
|
||||
min-width: 0;
|
||||
}
|
||||
|
||||
.vp-runbook-grid {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(5, minmax(0, 1fr));
|
||||
gap: 12px;
|
||||
}
|
||||
|
||||
.vp-runbook-step {
|
||||
min-height: 210px;
|
||||
padding: 14px;
|
||||
border: 1px solid var(--vp-border);
|
||||
border-radius: var(--vp-radius);
|
||||
background: #fbfcff;
|
||||
display: grid;
|
||||
grid-template-rows: auto 1fr;
|
||||
gap: 12px;
|
||||
}
|
||||
|
||||
.vp-runbook-index {
|
||||
width: 28px;
|
||||
height: 28px;
|
||||
border-radius: 7px;
|
||||
background: rgba(0, 164, 184, 0.1);
|
||||
color: var(--vp-cyan);
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
font-size: 13px;
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
.vp-runbook-body {
|
||||
min-width: 0;
|
||||
display: grid;
|
||||
gap: 10px;
|
||||
align-content: space-between;
|
||||
}
|
||||
|
||||
.vp-runbook-body .semi-typography {
|
||||
line-height: 20px;
|
||||
}
|
||||
|
||||
.vp-runbook-acceptance {
|
||||
padding: 9px 10px;
|
||||
border-radius: 6px;
|
||||
background: rgba(18, 183, 106, 0.08);
|
||||
color: var(--vp-text);
|
||||
font-size: 12px;
|
||||
line-height: 18px;
|
||||
}
|
||||
|
||||
.vp-workbench-grid {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(5, minmax(0, 1fr));
|
||||
@@ -1352,6 +1402,7 @@ button.vp-realtime-command-item:focus-visible {
|
||||
.vp-current-service-grid,
|
||||
.vp-realtime-command-board,
|
||||
.vp-realtime-command-grid,
|
||||
.vp-runbook-grid,
|
||||
.vp-workbench-grid,
|
||||
.vp-scenario-grid,
|
||||
.vp-operation-flow,
|
||||
|
||||
Reference in New Issue
Block a user