chore: update

This commit is contained in:
xiaoxian521
2026-01-14 07:06:24 +08:00
parent bc1469d330
commit 18ae47a569
10 changed files with 14 additions and 14 deletions

View File

@@ -34,12 +34,12 @@ function handleDelete(item) {
<IconifyIconOffline
v-show="item.type === 'history'"
:icon="StarIcon"
class="w-4.5 h-4.5 mr-2 hover:text-[#d7d5d4]"
class="size-4.5 mr-2 hover:text-[#d7d5d4]"
@click.stop="handleCollect(item)"
/>
<IconifyIconOffline
:icon="CloseIcon"
class="w-4.5 h-4.5 hover:text-[#d7d5d4] cursor-pointer"
class="size-4.5 hover:text-[#d7d5d4] cursor-pointer"
@click.stop="handleDelete(item)"
/>
</template>

View File

@@ -12,6 +12,6 @@ defineProps({
<template>
<div v-if="extraIcon" class="flex-c">
<component :is="useRenderIcon(toRaw(extraIcon))" class="w-7.5 h-7.5" />
<component :is="useRenderIcon(toRaw(extraIcon))" class="size-7.5" />
</div>
</template>