feat(player-desktop): 优化桌面端首页布局与交互,支持悬停快速下注与优胜冠军侧栏

This commit is contained in:
2026-07-01 17:34:09 +08:00
parent 05fb1b46ab
commit 49eb3cb7e0
37 changed files with 2135 additions and 7338 deletions

View File

@@ -133,6 +133,7 @@ watch(currentMatchId, scrollToActive);
v-for="m in filteredMatches"
:key="m.id"
:match="m"
:no-quick-bet="true"
:class="{ active: String(m.id) === String(currentMatchId) }"
@bet="goMatch"
/>