feat(platform): add history export acceptance checklist

This commit is contained in:
lingniu
2026-07-06 03:58:35 +08:00
parent 6f97181ec5
commit 4ce466895a
3 changed files with 222 additions and 0 deletions

View File

@@ -11674,6 +11674,97 @@ button.vp-realtime-command-item:focus-visible {
font-weight: 700;
}
.vp-history-export-acceptance {
margin-top: 16px;
border: 1px solid rgba(24, 144, 255, 0.18);
border-radius: var(--vp-radius);
background: #fff;
display: grid;
grid-template-columns: minmax(260px, 0.56fr) minmax(0, 1.1fr) minmax(220px, 0.48fr);
overflow: hidden;
box-shadow: var(--vp-shadow-sm);
}
.vp-history-export-acceptance-copy {
padding: 16px;
border-right: 1px solid var(--vp-border);
background: #f7fbff;
display: grid;
gap: 10px;
align-content: start;
}
.vp-history-export-acceptance-grid {
padding: 14px;
display: grid;
grid-template-columns: repeat(5, minmax(0, 1fr));
gap: 10px;
}
.vp-history-export-acceptance-item,
.vp-history-export-acceptance-action {
padding: 12px;
border: 1px solid var(--vp-border);
border-radius: 8px;
background: #fbfcff;
color: inherit;
text-align: left;
cursor: pointer;
font: inherit;
display: grid;
align-content: start;
gap: 8px;
}
.vp-history-export-acceptance-item {
min-height: 136px;
}
.vp-history-export-acceptance-action {
min-height: 108px;
}
.vp-history-export-acceptance-item:hover,
.vp-history-export-acceptance-item:focus-visible,
.vp-history-export-acceptance-action:hover,
.vp-history-export-acceptance-action:focus-visible {
border-color: rgba(24, 144, 255, 0.45);
background: #f5faff;
outline: none;
box-shadow: var(--vp-shadow-sm);
}
.vp-history-export-acceptance-action:disabled {
cursor: not-allowed;
opacity: 0.62;
box-shadow: none;
}
.vp-history-export-acceptance-item strong,
.vp-history-export-acceptance-action strong {
color: var(--vp-text);
font-size: 16px;
line-height: 22px;
font-weight: 700;
word-break: break-word;
}
.vp-history-export-acceptance-item span,
.vp-history-export-acceptance-action span {
color: var(--vp-text-muted);
font-size: 12px;
line-height: 18px;
word-break: break-word;
}
.vp-history-export-acceptance-actions {
padding: 14px;
border-left: 1px solid var(--vp-border);
background: #f8fbff;
display: grid;
gap: 10px;
}
.vp-history-export-center {
margin-top: 16px;
border: 1px solid rgba(22, 100, 255, 0.16);
@@ -14476,6 +14567,8 @@ button.vp-realtime-command-item:focus-visible {
.vp-history-evidence-package-grid,
.vp-history-delivery-readiness,
.vp-history-delivery-readiness-grid,
.vp-history-export-acceptance,
.vp-history-export-acceptance-grid,
.vp-history-service-desk,
.vp-history-service-desk-grid,
.vp-history-time-window-board,
@@ -14602,6 +14695,8 @@ button.vp-realtime-command-item:focus-visible {
.vp-history-delivery-conclusion-actions,
.vp-history-next-export-copy,
.vp-history-next-export-actions,
.vp-history-export-acceptance-copy,
.vp-history-export-acceptance-actions,
.vp-time-next-action-copy,
.vp-time-next-action-actions,
.vp-map-layer-control-copy,