fixed styles for btn in slider

This commit is contained in:
Kostya
2024-01-20 20:38:50 +03:00
parent 527d40347d
commit ef80ce25cb

View File

@@ -48,7 +48,7 @@
<template v-for="(item, index) in PercentageGameSteps" :key="index">
<swiper-slide>
<div class="steps-btns__display">
<button>x{{ item.toFixed(2) }} <span>{{ index + 1 }} {{ stepsEndOfWord(index + 1) }}</span></button>
<button style="margin-left: 10px">x{{ item.toFixed(2) }} <span>{{ index + 1 }} {{ stepsEndOfWord(index + 1) }}</span></button>
</div>
</swiper-slide>
</template>