added normal version for game history

This commit is contained in:
Kostya
2024-04-07 19:47:30 +03:00
parent 8294cc8e97
commit 052bc12b39
2 changed files with 2 additions and 3 deletions

View File

@@ -1,6 +1,5 @@
.jackpot-history__content {
display: flex;
/*max-width: 80%;*/
max-height: 800px;
overflow-y: auto;
margin: 0 auto;
@@ -8,7 +7,7 @@
.jackpot-history__element {
display: flex;
/*flex-direction: column;*/
flex-direction: column;
flex-wrap: wrap;
margin: 15px;
}

View File

@@ -19,7 +19,7 @@ t<template>
<div class="element-info__user-info">
<h2 class="username">{{ game.winnerUserName }}</h2>
<h2 class="user-deposit">
{{ game.winStake }}
{{ game.winStake.toFixed(2) }}
<span class="img-width"><img src="@/assets/icons-profile/icon-diamond-ore.png"></span>
</h2>
</div>