优化导入、导出按钮风格

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

View File

@ -37,7 +37,7 @@
</template> </template>
删除 删除
</a-button> </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> <template #icon>
<UploadOutlined /> <UploadOutlined />
</template> </template>
@ -64,7 +64,7 @@
</a-button> </a-button>
</a-upload> --> </a-upload> -->
<a-button <a-button
type="primary" type=""
@click="handleExport" @click="handleExport"
:loading="exportLoading" :loading="exportLoading"
:disabled="exportLoading" :disabled="exportLoading"