mirror of
https://gitee.com/dromara/go-view.git
synced 2025-02-24 16:22:57 +08:00
perf: 优化编辑器按钮展示
This commit is contained in:
parent
417821b72d
commit
67da33931a
@ -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>
|
||||
|
||||
<!-- 弹窗 -->
|
||||
|
Loading…
Reference in New Issue
Block a user