mirror of
https://github.com/pure-admin/vue-pure-admin.git
synced 2026-01-20 16:53:37 +08:00
perf: 根据tailwindcss推荐优化类名
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user