style: unocss eslint

This commit is contained in:
shizhong
2023-09-25 13:14:05 +08:00
parent 592d902529
commit 969155c6cf
57 changed files with 148 additions and 141 deletions

View File

@ -45,7 +45,7 @@
<template #default="scope">
<el-image
:src="scope.row.icon"
class="w-30px h-30px"
class="h-30px w-30px"
:preview-src-list="[scope.row.icon]"
/>
</template>
@ -54,7 +54,7 @@
<template #default="scope">
<el-image
:src="scope.row.backgroundUrl"
class="w-30px h-30px"
class="h-30px w-30px"
:preview-src-list="[scope.row.backgroundUrl]"
/>
</template>