feat(M08-C): 补管理员订单处置与代下单
This commit is contained in:
@@ -81,6 +81,40 @@
|
||||
margin: 28rpx 0 16rpx;
|
||||
}
|
||||
|
||||
.section-heading {
|
||||
align-items: center;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
}
|
||||
|
||||
.section-heading .section-title {
|
||||
margin-right: 20rpx;
|
||||
}
|
||||
|
||||
.section-heading button {
|
||||
margin: 20rpx 0 8rpx;
|
||||
}
|
||||
|
||||
.order-filters {
|
||||
margin-bottom: 16rpx;
|
||||
white-space: nowrap;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.order-filters-inner {
|
||||
display: inline-flex;
|
||||
gap: 12rpx;
|
||||
}
|
||||
|
||||
.order-filter {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.order-filter.active {
|
||||
background: #0f172a;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.room-card,
|
||||
.order-card {
|
||||
background: #fff;
|
||||
|
||||
Reference in New Issue
Block a user