feat(player): PC端投注/资金详情弹窗化 + 详情页布局优化 - 新增 DesktopBetDetailModal / DesktopTxDetailModal 弹窗组件,列表点击弹窗展示详情 - 优化 PC 端注单详情、钱包交易详情、个人资料页的布局(双列网格、加宽 max-width) - 添加相关 i18n 三语翻译 key - DesktopMyBetsView / DesktopWalletView 列表项点击改为打开弹窗而非跳转页面

This commit is contained in:
mars
2026-07-10 15:01:40 +08:00
parent 4a95793d21
commit 7ea7deeb52
13 changed files with 1621 additions and 408 deletions

View File

@@ -120,6 +120,13 @@
min-height: 0;
}
.desktop-account-center > .desktop-records-page.profile-page,
.desktop-account-center > .desktop-records-page.edit-page {
overflow-y: auto;
height: auto;
max-height: 100%;
}
.desktop-account-center > .desktop-account-page {
flex: 1;
min-height: 0;