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

File diff suppressed because one or more lines are too long

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>

View File

@ -20,8 +20,8 @@
ref="treeRef"
:data="preview.fileTree"
:expand-on-click-node="false"
highlight-current
default-expand-all
highlight-current
node-key="id"
@node-click="handleNodeClick"
/>