feat(platform): add customer service sla board
This commit is contained in:
@@ -2155,6 +2155,74 @@ body {
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
.vp-customer-service-sla {
|
||||
margin-bottom: 16px;
|
||||
padding: 18px;
|
||||
border: 1px solid rgba(245, 158, 11, 0.22);
|
||||
border-radius: 8px;
|
||||
background: #fff;
|
||||
display: grid;
|
||||
grid-template-columns: minmax(280px, 0.82fr) minmax(0, 1.5fr);
|
||||
gap: 16px;
|
||||
}
|
||||
|
||||
.vp-customer-service-sla-copy {
|
||||
min-width: 0;
|
||||
display: grid;
|
||||
align-content: start;
|
||||
gap: 10px;
|
||||
}
|
||||
|
||||
.vp-customer-service-sla-grid {
|
||||
min-width: 0;
|
||||
display: grid;
|
||||
grid-template-columns: repeat(4, minmax(0, 1fr));
|
||||
gap: 10px;
|
||||
}
|
||||
|
||||
.vp-customer-service-sla-item {
|
||||
min-height: 136px;
|
||||
padding: 13px;
|
||||
border: 1px solid var(--vp-border);
|
||||
border-radius: 8px;
|
||||
background: linear-gradient(180deg, #ffffff 0%, #fffbf3 100%);
|
||||
color: inherit;
|
||||
cursor: pointer;
|
||||
text-align: left;
|
||||
font: inherit;
|
||||
display: grid;
|
||||
align-content: space-between;
|
||||
gap: 8px;
|
||||
}
|
||||
|
||||
.vp-customer-service-sla-item:hover,
|
||||
.vp-customer-service-sla-item:focus-visible {
|
||||
border-color: rgba(245, 158, 11, 0.45);
|
||||
box-shadow: var(--vp-shadow-sm);
|
||||
outline: none;
|
||||
}
|
||||
|
||||
.vp-customer-service-sla-item strong {
|
||||
color: var(--vp-text);
|
||||
font-size: 20px;
|
||||
line-height: 25px;
|
||||
word-break: break-word;
|
||||
}
|
||||
|
||||
.vp-customer-service-sla-item span {
|
||||
color: var(--vp-text-muted);
|
||||
font-size: 12px;
|
||||
line-height: 18px;
|
||||
word-break: break-word;
|
||||
}
|
||||
|
||||
.vp-customer-service-sla-item em {
|
||||
color: #1664ff;
|
||||
font-style: normal;
|
||||
font-size: 12px;
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
.vp-customer-cockpit-summary {
|
||||
padding: 18px;
|
||||
border-right: 1px solid var(--vp-border);
|
||||
@@ -11606,6 +11674,8 @@ button.vp-realtime-command-item:focus-visible {
|
||||
.vp-customer-service-command-grid,
|
||||
.vp-customer-fleet-groups,
|
||||
.vp-customer-fleet-groups-grid,
|
||||
.vp-customer-service-sla,
|
||||
.vp-customer-service-sla-grid,
|
||||
.vp-customer-cockpit,
|
||||
.vp-customer-cockpit-actions,
|
||||
.vp-amap-service-foundation,
|
||||
|
||||
Reference in New Issue
Block a user