perf: 根据tailwindcss推荐优化类名

This commit is contained in:
xiaoxian521
2025-12-08 15:44:00 +08:00
parent aeb4feb6f9
commit d794c7965c
12 changed files with 128 additions and 16 deletions

View File

@@ -190,7 +190,7 @@ const onDownload = () => {
class="el-upload-list__item-delete"
@click="handleRemove(file)"
>
<span title="移除" class="hover:text-[var(--el-color-danger)]">
<span title="移除" class="hover:text-(--el-color-danger)">
<IconifyIconOffline
:icon="Delete"
class="hover:scale-125 duration-100"