refactor template and styles

This commit is contained in:
Kostya
2024-02-06 00:31:24 +03:00
parent dfb3ed224f
commit 9072fc3c38
2 changed files with 9 additions and 1 deletions

View File

@@ -70,6 +70,10 @@
<img src="@/assets/icons-games/saper-game/icon-diamond-ore-saper.png">
<h2>{{ player.WinningMoney.toFixed(2) }}</h2>
</div>
<div class="user-crash-game__winmoney lose-game" v-if="player.WinningX <= 0 && crashObject.Status === 'GameEnd'">
<img src="@/assets/icons-games/saper-game/icon-diamond-ore-saper.png">
<h2>-{{ player.Bid }}.00</h2>
</div>
</div>
</li>
</ul>