增加接单工单筛选统计
This commit is contained in:
@@ -888,6 +888,34 @@
|
||||
min-width: 0;
|
||||
}
|
||||
|
||||
.worker-orders-statistics-card {
|
||||
border-left: 3px solid #ff6a00;
|
||||
}
|
||||
|
||||
.worker-orders-statistics-card .ant-card-body {
|
||||
padding: 10px 16px;
|
||||
}
|
||||
|
||||
.worker-orders-statistics-summary,
|
||||
.worker-orders-statistics-statuses {
|
||||
color: rgba(0, 0, 0, 0.65);
|
||||
font-size: 13px;
|
||||
line-height: 22px;
|
||||
}
|
||||
|
||||
.worker-orders-statistics-summary strong {
|
||||
color: #262626;
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
.worker-orders-statistics-summary strong.is-negative {
|
||||
color: #cf1322;
|
||||
}
|
||||
|
||||
.worker-orders-statistics-statuses {
|
||||
overflow-wrap: anywhere;
|
||||
}
|
||||
|
||||
.platform-section-gap {
|
||||
margin-top: 14px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user