调整导入、导出按钮风格

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

View File

@ -42,7 +42,7 @@
</template> </template>
删除 删除
</el-button> </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> <template #icon>
<el-icon class="el-input__icon"> <el-icon class="el-input__icon">
<Upload /> <Upload />
@ -71,7 +71,7 @@
</el-button> </el-button>
</el-upload> --> </el-upload> -->
<el-button <el-button
type="primary" type=""
@click="handleExport" @click="handleExport"
:loading="exportLoading" :loading="exportLoading"
:disabled="exportLoading" :disabled="exportLoading"