feat(player-desktop): 优化桌面端首页布局与交互,支持悬停快速下注与优胜冠军侧栏
This commit is contained in:
@@ -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"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user