|
|
@@ -166,17 +166,17 @@ const [Grid, gridApi] = useVbenVxeGrid({
|
|
|
</div>
|
|
|
</template>
|
|
|
<template #toolbar-actions>
|
|
|
- <Row class="w-full">
|
|
|
- <Col :span="3">
|
|
|
+ <Row class="w-full" :gutter="10">
|
|
|
+ <Col>
|
|
|
<Statistic :title="$t('game_data.game_summary.total_bet')" :value="summaryData.total_bet"></Statistic>
|
|
|
</Col>
|
|
|
- <Col :span="2">
|
|
|
+ <Col>
|
|
|
<Statistic :title="$t('game_data.game_summary.total_bet_count')" :value="summaryData.total_bet_count"></Statistic>
|
|
|
</Col>
|
|
|
- <Col :span="3">
|
|
|
+ <Col>
|
|
|
<Statistic :title="$t('game_data.game_summary.total_win')" :value-style="{ color: summaryData.total_win >= 0 ? 'green' : 'red' }" :value="summaryData.total_win"></Statistic>
|
|
|
</Col>
|
|
|
- <Col :span="2">
|
|
|
+ <Col>
|
|
|
<Statistic :title="$t('game_data.game_summary.total_user_count')" :value="summaryData.total_user_count"></Statistic>
|
|
|
</Col>
|
|
|
</Row>
|