feat(M08-C): 补管理员订单处置与代下单

This commit is contained in:
Codex
2026-08-10 10:20:32 +08:00
parent 8b2156cdd5
commit 566e61b5d9
20 changed files with 701 additions and 96 deletions
+34
View File
@@ -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;