mirror of
https://github.com/yawaflua/LuckyDiamond.git
synced 2025-12-10 12:19:31 +02:00
changed styles for btns in slider
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user