调整导入、导出按钮风格

This commit is contained in:
zjl 2024-12-16 19:31:34 +08:00
parent 42a3dc97d3
commit 96e29b9cfe
2 changed files with 4 additions and 4 deletions

View File

@ -46,7 +46,7 @@
:limit="1"
v-perm="['sys:level:import']"
>
<el-button type="primary">
<el-button type="">
<template #icon>
<el-icon class="el-input__icon">
<Upload />
@ -56,7 +56,7 @@
</el-button>
</el-upload>
<el-button
type="primary"
type=""
@click="handleExport"
:loading="exportLoading"
:disabled="exportLoading"

View File

@ -42,7 +42,7 @@
</template>
删除
</el-button>
<el-button type="primary" @click="importVisible = true" v-perm="['sys:user:import']">
<el-button type="" @click="importVisible = true" v-perm="['sys:user:import']">
<template #icon>
<el-icon class="el-input__icon">
<Upload />
@ -71,7 +71,7 @@
</el-button>
</el-upload> -->
<el-button
type="primary"
type=""
@click="handleExport"
:loading="exportLoading"
:disabled="exportLoading"