|
@@ -21,7 +21,7 @@
|
|
</el-carousel>
|
|
</el-carousel>
|
|
<div
|
|
<div
|
|
v-if="property.indicator === 'number'"
|
|
v-if="property.indicator === 'number'"
|
|
- class="absolute p-y-2px bottom-10px right-10px rounded-xl bg-black p-x-8px text-10px text-white opacity-40"
|
|
|
|
|
|
+ class="absolute bottom-10px right-10px rounded-xl bg-black p-x-8px p-y-2px text-10px text-white opacity-40"
|
|
>{{ currentIndex }} / {{ property.items.length }}</div
|
|
>{{ currentIndex }} / {{ property.items.length }}</div
|
|
>
|
|
>
|
|
</div>
|
|
</div>
|