fix: 修改闭合组件不规范的问题

This commit is contained in:
MTrun
2022-03-14 16:07:35 +08:00
parent 3747771078
commit 3a9f68384f
77 changed files with 395 additions and 332 deletions
@@ -9,7 +9,7 @@
:hidden="['remove']"
@close="deleteHanlde"
@resize="resizeHandle"
/>
></MacOsControlBtn>
</div>
<!-- 中间 -->
<div class="list-content-img" @click="resizeHandle">
@@ -22,7 +22,7 @@
"
:alt="cardData.title"
:fallback-src="requireErrorImg()"
/>
></n-image>
</div>
</div>
<template #action>
@@ -37,7 +37,7 @@
class="animation-twinkle"
dot
:color="cardData.release ? '#34c749' : '#fcbc40'"
/>
></n-badge>
{{
cardData.release
? $t('project.release')
@@ -56,7 +56,7 @@
>
<n-button size="small">
<template #icon>
<component :is="item.icon" />
<component :is="item.icon"></component>
</template>
</n-button>
</n-dropdown>
@@ -66,7 +66,7 @@
<template #trigger>
<n-button size="small" @click="handleSelect(item.key)">
<template #icon>
<component :is="item.icon" />
<component :is="item.icon"></component>
</template>
</n-button>
</template>