feat: 统计栏隐藏未支付订单+添加即将到期
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
- 移除未支付订单统计项 - 新增即将到期统计项(到期≤10天的产品数) - 添加expiringCount computed属性 - 新增stat-red颜色方案
This commit is contained in:
@@ -180,6 +180,7 @@
|
||||
.stat-purple i { background: #F3F0FF; color: #7C3AED; }
|
||||
.stat-blue i { background: #EFF6FF; color: #2563EB; }
|
||||
.stat-amber i { background: #FFF7ED; color: #D97706; }
|
||||
.stat-red i { background: #FEF2F2; color: #DC2626; }
|
||||
|
||||
/* ====== ROW 2 — 余额 + 侧边 ====== */
|
||||
.row-2 {
|
||||
|
||||
Reference in New Issue
Block a user