changed styles for btns in slider

This commit is contained in:
Kostya
2024-01-20 13:01:01 +03:00
parent 07b2574436
commit 506f508924
2 changed files with 1 additions and 9 deletions

View File

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