feat(platform): add customer alert SLA view
This commit is contained in:
@@ -3133,6 +3133,82 @@ button.vp-realtime-command-item:focus-visible {
|
||||
line-height: 20px;
|
||||
}
|
||||
|
||||
.vp-alert-sla-board {
|
||||
display: grid;
|
||||
grid-template-columns: minmax(280px, 0.82fr) minmax(0, 1.18fr);
|
||||
gap: 16px;
|
||||
}
|
||||
|
||||
.vp-alert-sla-summary {
|
||||
min-height: 164px;
|
||||
padding: 12px;
|
||||
border: 1px solid rgba(255, 176, 31, 0.34);
|
||||
border-radius: var(--vp-radius);
|
||||
background: #fffaf0;
|
||||
display: grid;
|
||||
gap: 10px;
|
||||
align-content: start;
|
||||
}
|
||||
|
||||
.vp-alert-sla-summary strong {
|
||||
color: var(--vp-text);
|
||||
font-size: 18px;
|
||||
line-height: 24px;
|
||||
word-break: break-word;
|
||||
}
|
||||
|
||||
.vp-alert-sla-summary span {
|
||||
color: var(--vp-text-muted);
|
||||
font-size: 13px;
|
||||
line-height: 20px;
|
||||
}
|
||||
|
||||
.vp-alert-sla-grid {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(4, minmax(0, 1fr));
|
||||
gap: 12px;
|
||||
}
|
||||
|
||||
.vp-alert-sla-item {
|
||||
min-height: 164px;
|
||||
padding: 12px;
|
||||
border: 1px solid var(--vp-border);
|
||||
border-radius: var(--vp-radius);
|
||||
background: #fbfcff;
|
||||
display: grid;
|
||||
gap: 10px;
|
||||
align-content: start;
|
||||
text-align: left;
|
||||
font: inherit;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.vp-alert-sla-item:hover,
|
||||
.vp-alert-sla-item:focus-visible {
|
||||
border-color: rgba(22, 100, 255, 0.42);
|
||||
background: #f5f9ff;
|
||||
outline: none;
|
||||
}
|
||||
|
||||
.vp-alert-sla-item > div {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
gap: 6px;
|
||||
}
|
||||
|
||||
.vp-alert-sla-item strong {
|
||||
color: var(--vp-text);
|
||||
font-size: 18px;
|
||||
line-height: 24px;
|
||||
word-break: break-word;
|
||||
}
|
||||
|
||||
.vp-alert-sla-item span {
|
||||
color: var(--vp-text-muted);
|
||||
font-size: 13px;
|
||||
line-height: 20px;
|
||||
}
|
||||
|
||||
.vp-alert-center-board {
|
||||
display: grid;
|
||||
grid-template-columns: minmax(280px, 0.7fr) minmax(0, 1.3fr);
|
||||
@@ -6392,6 +6468,8 @@ button.vp-realtime-command-item:focus-visible {
|
||||
.vp-alert-flow,
|
||||
.vp-alert-decision-board,
|
||||
.vp-alert-decision-grid,
|
||||
.vp-alert-sla-board,
|
||||
.vp-alert-sla-grid,
|
||||
.vp-alert-impact-board,
|
||||
.vp-alert-impact-grid,
|
||||
.vp-alert-dispatch-grid,
|
||||
|
||||
Reference in New Issue
Block a user