fix: eslint

This commit is contained in:
xingyu
2023-11-14 21:56:02 +08:00
parent 8a74b954d0
commit 249e0d21a3
3 changed files with 858 additions and 3 deletions

View File

@ -21,7 +21,7 @@
</el-carousel>
<div
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
>
</div>