优化导入、导出按钮风格

This commit is contained in:
zjl 2024-12-16 19:31:50 +08:00
parent a3b8514d69
commit af14704631
2 changed files with 4 additions and 4 deletions

View File

@ -48,7 +48,7 @@
:maxCount="1"
v-perm="['sys:level:import']"
>
<a-button type="primary">
<a-button type="">
<template #icon>
<UploadOutlined />
</template>
@ -56,7 +56,7 @@
</a-button>
</a-upload>
<a-button
type="primary"
type=""
@click="handleExport"
:loading="exportLoading"
:disabled="exportLoading"

View File

@ -37,7 +37,7 @@
</template>
删除
</a-button>
<a-button type="primary" @click="importVisible = true" v-perm="['sys:user:import']">
<a-button type="" @click="importVisible = true" v-perm="['sys:user:import']">
<template #icon>
<UploadOutlined />
</template>
@ -64,7 +64,7 @@
</a-button>
</a-upload> -->
<a-button
type="primary"
type=""
@click="handleExport"
:loading="exportLoading"
:disabled="exportLoading"