feat(platform): add customer data delivery checklist
This commit is contained in:
@@ -2786,6 +2786,61 @@ button.vp-realtime-command-item:focus-visible {
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
.vp-history-checklist-grid {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(6, minmax(0, 1fr));
|
||||
gap: 12px;
|
||||
}
|
||||
|
||||
.vp-history-checklist-item {
|
||||
min-height: 178px;
|
||||
padding: 12px;
|
||||
border: 1px solid var(--vp-border);
|
||||
border-radius: var(--vp-radius);
|
||||
background: #fbfcff;
|
||||
color: inherit;
|
||||
display: grid;
|
||||
gap: 10px;
|
||||
align-content: start;
|
||||
text-align: left;
|
||||
font: inherit;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.vp-history-checklist-item:disabled {
|
||||
cursor: not-allowed;
|
||||
opacity: 0.62;
|
||||
}
|
||||
|
||||
.vp-history-checklist-item:not(:disabled):hover,
|
||||
.vp-history-checklist-item:not(:disabled):focus-visible {
|
||||
border-color: rgba(0, 164, 184, 0.42);
|
||||
background: #f5fbff;
|
||||
outline: none;
|
||||
}
|
||||
|
||||
.vp-history-checklist-item strong {
|
||||
color: var(--vp-text);
|
||||
font-size: 19px;
|
||||
line-height: 25px;
|
||||
font-weight: 700;
|
||||
word-break: break-word;
|
||||
}
|
||||
|
||||
.vp-history-checklist-item span {
|
||||
color: var(--vp-text-muted);
|
||||
font-size: 13px;
|
||||
line-height: 20px;
|
||||
}
|
||||
|
||||
.vp-history-checklist-item em {
|
||||
color: var(--vp-cyan);
|
||||
font-size: 12px;
|
||||
font-style: normal;
|
||||
font-weight: 700;
|
||||
line-height: 18px;
|
||||
}
|
||||
|
||||
.vp-history-delivery-grid {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(4, minmax(0, 1fr));
|
||||
@@ -3922,6 +3977,7 @@ button.vp-realtime-command-item:focus-visible {
|
||||
.vp-history-query-grid,
|
||||
.vp-history-package-board,
|
||||
.vp-history-package-grid,
|
||||
.vp-history-checklist-grid,
|
||||
.vp-history-delivery-grid,
|
||||
.vp-source-fusion-grid,
|
||||
.vp-source-fusion-facts,
|
||||
|
||||
Reference in New Issue
Block a user