feat(player): PC 端投注/资金/充值/返水列表改为弹窗详情

列表点击与深链统一打开桌面弹窗,并补齐冻结余额文案与审核日志补全。
This commit is contained in:
mars
2026-07-10 16:12:57 +08:00
parent ea4764934a
commit 4cbc846d05
19 changed files with 1776 additions and 347 deletions

View File

@@ -208,10 +208,23 @@
transition: background 0.15s;
}
.desktop-records-table tbody tr.hover-row:hover {
.desktop-records-table tbody tr.clickable-row {
cursor: pointer;
}
.desktop-records-table tbody tr.hover-row:hover,
.desktop-records-table tbody tr.clickable-row:hover {
background: rgba(0, 102, 204, 0.06);
}
.desktop-records-table .id-cell {
color: var(--text);
font-weight: 700;
font-family: 'SF Mono', 'Consolas', monospace;
font-size: 12px;
letter-spacing: 0.03em;
}
.desktop-records-table .num-cell {
text-align: right;
font-variant-numeric: tabular-nums;