优化:百家乐押注面板在未下注时隐藏顶部统计框,避免和按钮内容双重显示

This commit is contained in:
2026-03-28 18:02:27 +08:00
parent e5fca206f0
commit 043be04187

View File

@@ -77,7 +77,8 @@
{{-- 押注阶段 --}}
<div x-show="phase === 'betting'">
{{-- 下注池统计 --}}
{{-- 下注后显示押注人数统计(未下注时隐藏,以免和下方按钮重复) --}}
<div x-show="myBet">
<div style="display:grid; grid-template-columns:1fr 1fr 1fr; gap:8px; margin-bottom:12px;">
<div style="background:#eff6ff; border:1px solid #bfdbfe; border-radius:8px; padding:12px 8px; text-align:center;">
<div style="color:#1d4ed8; font-size:13px; font-weight:bold;">
@@ -98,6 +99,7 @@
</div>
</div>
</div>
</div>
{{-- 已下注状态 --}}
<div x-show="myBet">