diff --git a/商家端web/2.1 营销工具/2.1.1 会员功能/积分订单/积分订单管理.html b/商家端web/2.1 营销工具/2.1.1 会员功能/积分订单/积分订单管理.html index 5d74164..7b1c51a 100644 --- a/商家端web/2.1 营销工具/2.1.1 会员功能/积分订单/积分订单管理.html +++ b/商家端web/2.1 营销工具/2.1.1 会员功能/积分订单/积分订单管理.html @@ -232,6 +232,45 @@ color: #fff; } + .expand-btn { + cursor: pointer; + user-select: none; + font-size: 12px; + color: #409eff; + transition: transform 0.2s; + } + + .expand-btn:hover { + transform: scale(1.1); + } + + .child-table { + width: 100%; + margin: 10px 0; + background-color: #fafafa; + border-radius: 4px; + } + + .child-table th { + background-color: #f0f0f0; + font-weight: 500; + font-size: 12px; + } + + .child-table td { + font-size: 12px; + background-color: #fafafa; + } + + .parent-row:hover { + background-color: #f5f7fa; + } + + .child-row td { + padding: 0; + border-bottom: none; + } + @media (max-width: 768px) { .container { padding: 10px; @@ -299,11 +338,11 @@ - -
- - +
+ + +
@@ -312,67 +351,18 @@ - - - - - - + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + +
商品订单号商品原价商品数量消耗积分顾客支付积分类型结算订单号摊位 订单状态 配送费 打包费调度费 支付时间
PO2024010001¥158.002200¥0.00积分换购已完成¥8.00¥2.002024-01-15 14:30:22
PO2024010002¥105.001150¥52.50积分优惠购待备货¥6.00¥1.502024-01-15 15:45:10
PO2024010003¥268.004380¥0.00积分换购待取货¥10.00¥3.002024-01-15 16:20:35
PO2024010004¥456.006580¥228.00积分优惠购待收货¥15.00¥4.502024-01-15 17:35:28
@@ -383,61 +373,98 @@ diff --git a/大妈集市.rp b/大妈集市.rp index 05efe23..6a2f626 100644 Binary files a/大妈集市.rp and b/大妈集市.rp differ