feat(M08-C): 补会员检索与员工概况

This commit is contained in:
Codex
2026-08-10 10:35:44 +08:00
parent 8b46863cd8
commit 1b0839e881
22 changed files with 758 additions and 74 deletions
+15
View File
@@ -53,6 +53,21 @@
margin-bottom: 28rpx;
}
.management-tools {
align-items: center;
background: #f8fafc;
border: 1rpx solid #e2e8f0;
border-radius: 16rpx;
display: flex;
justify-content: space-between;
margin-bottom: 24rpx;
padding: 20rpx;
}
.management-tools button {
margin: 0;
}
.summary-card {
background: #f8fafc;
border: 1rpx solid #e2e8f0;