perf: 优化编辑器按钮展示

This commit is contained in:
奔跑的面条 2022-07-07 13:13:26 +08:00
parent 417821b72d
commit 67da33931a

View File

@ -30,16 +30,14 @@
</n-card>
</template>
<template v-else>
<n-space justify="space-around">
<n-button @click="addFilter">
<template #icon>
<n-icon>
<filter-icon />
</n-icon>
</template>
新增过滤器
</n-button>
</n-space>
<n-button @click="addFilter">
<template #icon>
<n-icon>
<filter-icon />
</n-icon>
</template>
新增过滤器
</n-button>
</template>
<!-- 弹窗 -->