优化导入、导出按钮风格
This commit is contained in:
parent
a3b8514d69
commit
af14704631
@ -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"
|
||||||
|
@ -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"
|
||||||
|
Loading…
Reference in New Issue
Block a user