feat(assoc): v4.0.1 合伙人关联码、分佣账单与 H5 用户管理

订单佣金只认关联用户;合伙人备注写入独立表;H5 增加用户管理与首页统计。

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-08-30 14:35:39 +08:00
parent 3b669f7e38
commit 9c8d5f2cad
125 changed files with 6355 additions and 1436 deletions
+9 -5
View File
@@ -10,7 +10,7 @@
.mine-header {
position: relative;
z-index: 2;
z-index: 1;
padding: 16px var(--space-page) 44px;
background: linear-gradient(135deg, #820012 0%, var(--color-heritage-red) 40%, #d4a373 100%);
overflow: visible;
@@ -34,12 +34,10 @@
position: relative;
display: flex;
align-items: center;
z-index: 3;
}
.mine-avatar-wrap {
position: relative;
z-index: 4;
flex-shrink: 0;
margin-right: 12px;
}
@@ -162,7 +160,7 @@
.mine-main {
margin-top: -28px;
position: relative;
z-index: 1;
z-index: 5;
padding: 0 var(--space-page) 0;
}
@@ -185,6 +183,12 @@
margin-bottom: 10px;
}
.mine-benefit-slogan {
position: relative;
z-index: 6;
margin-bottom: 10px;
}
.mine-card-title {
font-family: var(--font-headline);
font-size: 15px;
@@ -356,7 +360,7 @@
margin-bottom: 8px;
padding: 16px;
position: relative;
z-index: 2;
z-index: 5;
background: var(--color-card);
border-radius: var(--radius-lg);
box-shadow: var(--shadow-card);