feat(platform): clarify customer service entry
This commit is contained in:
@@ -503,6 +503,71 @@ body {
|
||||
line-height: 20px;
|
||||
}
|
||||
|
||||
.vp-service-entry-board {
|
||||
display: grid;
|
||||
grid-template-columns: minmax(300px, 0.72fr) minmax(0, 1.28fr);
|
||||
gap: 14px;
|
||||
}
|
||||
|
||||
.vp-service-entry-summary {
|
||||
min-height: 188px;
|
||||
padding: 16px;
|
||||
border: 1px solid rgba(10, 168, 107, 0.24);
|
||||
border-radius: 8px;
|
||||
background: #f5fbf8;
|
||||
display: grid;
|
||||
align-content: start;
|
||||
gap: 12px;
|
||||
}
|
||||
|
||||
.vp-service-entry-grid {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(5, minmax(0, 1fr));
|
||||
gap: 12px;
|
||||
}
|
||||
|
||||
.vp-service-entry-item {
|
||||
min-height: 188px;
|
||||
padding: 12px;
|
||||
border: 1px solid var(--vp-border);
|
||||
border-radius: 8px;
|
||||
background: #fbfcff;
|
||||
text-align: left;
|
||||
cursor: pointer;
|
||||
font: inherit;
|
||||
display: grid;
|
||||
align-content: start;
|
||||
gap: 10px;
|
||||
}
|
||||
|
||||
.vp-service-entry-item:hover,
|
||||
.vp-service-entry-item:focus-visible {
|
||||
border-color: rgba(22, 100, 255, 0.45);
|
||||
background: #f5f9ff;
|
||||
outline: none;
|
||||
}
|
||||
|
||||
.vp-service-entry-item strong {
|
||||
color: var(--vp-text);
|
||||
font-size: 20px;
|
||||
line-height: 26px;
|
||||
word-break: break-word;
|
||||
}
|
||||
|
||||
.vp-service-entry-item span {
|
||||
color: var(--vp-text-muted);
|
||||
font-size: 13px;
|
||||
line-height: 20px;
|
||||
}
|
||||
|
||||
.vp-service-entry-item em {
|
||||
align-self: end;
|
||||
color: #1664ff;
|
||||
font-size: 13px;
|
||||
font-style: normal;
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
.vp-time-monitor-grid {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(4, minmax(0, 1fr));
|
||||
@@ -4097,6 +4162,8 @@ button.vp-realtime-command-item:focus-visible {
|
||||
.vp-time-monitor-grid,
|
||||
.vp-command-center-grid,
|
||||
.vp-customer-task-grid,
|
||||
.vp-service-entry-board,
|
||||
.vp-service-entry-grid,
|
||||
.vp-current-service-board,
|
||||
.vp-current-service-grid,
|
||||
.vp-vehicle-service-desk,
|
||||
|
||||
Reference in New Issue
Block a user