mirror of
https://gitee.com/dromara/go-view.git
synced 2026-05-12 00:00:01 +08:00
perf: 优化编辑器按钮展示
This commit is contained in:
-2
@@ -30,7 +30,6 @@
|
|||||||
</n-card>
|
</n-card>
|
||||||
</template>
|
</template>
|
||||||
<template v-else>
|
<template v-else>
|
||||||
<n-space justify="space-around">
|
|
||||||
<n-button @click="addFilter">
|
<n-button @click="addFilter">
|
||||||
<template #icon>
|
<template #icon>
|
||||||
<n-icon>
|
<n-icon>
|
||||||
@@ -39,7 +38,6 @@
|
|||||||
</template>
|
</template>
|
||||||
新增过滤器
|
新增过滤器
|
||||||
</n-button>
|
</n-button>
|
||||||
</n-space>
|
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<!-- 弹窗 -->
|
<!-- 弹窗 -->
|
||||||
|
|||||||
Reference in New Issue
Block a user