接单工单支持置顶,抢单大厅优先展示
- 新增 work_orders.pinned_at 字段与迁移 - 管理端对已发布(待抢单)订单提供置顶/取消置顶操作,置顶订单带标记 - 抢单大厅按置顶时间优先排序,打手端卡片展示置顶标签
This commit is contained in:
@@ -580,6 +580,11 @@
|
||||
min-width: 0;
|
||||
}
|
||||
|
||||
.worker-hall-pinned-tag {
|
||||
width: fit-content;
|
||||
margin: 0 0 2px;
|
||||
}
|
||||
|
||||
.worker-hall-card-title .ant-typography {
|
||||
margin: 0;
|
||||
font-size: 12px;
|
||||
|
||||
Reference in New Issue
Block a user