feat(player): PC 端投注/资金/充值/返水列表改为弹窗详情
列表点击与深链统一打开桌面弹窗,并补齐冻结余额文案与审核日志补全。
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user