feat(platform): add time window service audit
This commit is contained in:
@@ -580,6 +580,59 @@ body {
|
||||
line-height: 20px;
|
||||
}
|
||||
|
||||
.vp-time-audit-strip {
|
||||
margin-top: 14px;
|
||||
padding: 14px;
|
||||
border: 1px solid rgba(22, 100, 255, 0.18);
|
||||
border-radius: 8px;
|
||||
background: #fbfcff;
|
||||
display: grid;
|
||||
grid-template-columns: minmax(240px, 0.56fr) minmax(0, 1.44fr);
|
||||
gap: 12px;
|
||||
}
|
||||
|
||||
.vp-time-audit-head {
|
||||
min-width: 0;
|
||||
display: grid;
|
||||
gap: 8px;
|
||||
align-content: start;
|
||||
}
|
||||
|
||||
.vp-time-audit-head .semi-typography {
|
||||
line-height: 21px;
|
||||
}
|
||||
|
||||
.vp-time-audit-grid {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(4, minmax(0, 1fr));
|
||||
gap: 10px;
|
||||
}
|
||||
|
||||
.vp-time-audit-item {
|
||||
min-height: 122px;
|
||||
padding: 12px;
|
||||
border: 1px solid var(--vp-border);
|
||||
border-radius: 8px;
|
||||
background: #ffffff;
|
||||
display: grid;
|
||||
gap: 8px;
|
||||
align-content: start;
|
||||
}
|
||||
|
||||
.vp-time-audit-item strong {
|
||||
color: var(--vp-text);
|
||||
font-size: 18px;
|
||||
line-height: 24px;
|
||||
font-weight: 700;
|
||||
word-break: break-word;
|
||||
}
|
||||
|
||||
.vp-time-audit-item span {
|
||||
color: var(--vp-text-muted);
|
||||
font-size: 12px;
|
||||
line-height: 18px;
|
||||
}
|
||||
|
||||
.vp-time-monitor-workbench {
|
||||
margin-top: 14px;
|
||||
display: grid;
|
||||
@@ -3971,6 +4024,8 @@ button.vp-realtime-command-item:focus-visible {
|
||||
.vp-vehicle-decision-grid,
|
||||
.vp-time-review-package,
|
||||
.vp-time-review-grid,
|
||||
.vp-time-audit-strip,
|
||||
.vp-time-audit-grid,
|
||||
.vp-realtime-command-board,
|
||||
.vp-realtime-command-grid,
|
||||
.vp-realtime-impact-board,
|
||||
|
||||
Reference in New Issue
Block a user