mirror of
https://github.com/pure-admin/vue-pure-admin.git
synced 2026-02-19 17:40:26 +08:00
chore: update
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user