style: 添加 pointer-events: none 到下注区域以允许点击穿透,优化用户交互体验。
This commit is contained in:
parent
995949675f
commit
495a069586
@ -1624,6 +1624,7 @@ $gold: #c5a059;
|
|||||||
justify-content: center !important;
|
justify-content: center !important;
|
||||||
background: transparent !important;
|
background: transparent !important;
|
||||||
padding: 0 !important;
|
padding: 0 !important;
|
||||||
|
pointer-events: none !important; /* 让点击穿透到下注区域 */
|
||||||
|
|
||||||
strong {
|
strong {
|
||||||
font-size: 10px !important;
|
font-size: 10px !important;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user