style: 添加 pointer-events: none 到下注区域以允许点击穿透,优化用户交互体验。

This commit is contained in:
li 2026-01-27 16:53:47 +08:00
parent 995949675f
commit 495a069586

View File

@ -1624,6 +1624,7 @@ $gold: #c5a059;
justify-content: center !important;
background: transparent !important;
padding: 0 !important;
pointer-events: none !important; /* 让点击穿透到下注区域 */
strong {
font-size: 10px !important;