Skip to content

Commit

Permalink
优化用户管理导入按钮样式
Browse files Browse the repository at this point in the history
  • Loading branch information
tangllty committed Dec 26, 2023
1 parent 8c796fe commit 8a4df30
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions src/views/system/user/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -106,19 +106,14 @@
v-hasPermission="'system:user:delete'"
@click="handleDeletes"
>删除</el-button>
<el-button
type="info"
:icon="Upload"
@click="handleImport"
>导入</el-button>
<el-dropdown
type="info"
:icon="Upload"
split-button
@click="handleImport"
class="ml-12 mr-12"
>
<el-icon><Upload /></el-icon>导入
<el-icon><Upload /></el-icon><span class="ml-6">导入</span>
<template #dropdown>
<el-dropdown-menu>
<el-dropdown-item @click="handleExportTemplate">下载模板</el-dropdown-item>
Expand Down

0 comments on commit 8a4df30

Please sign in to comment.