fix: 创建按钮样式调整

This commit is contained in:
ssongliu
2022-12-02 14:34:03 +08:00
parent b5f94b2f03
commit 755fb514ef
15 changed files with 26 additions and 17 deletions

View File

@@ -13,7 +13,9 @@
:data="data"
>
<template #toolbar>
<el-button type="primary" @click="onOpenDialog()">{{ $t('commons.button.create') }}</el-button>
<el-button type="primary" icon="Plus" @click="onOpenDialog()">
{{ $t('commons.button.create') }}
</el-button>
<el-button>phpMyAdmin</el-button>
<el-button type="danger" plain :disabled="selects.length === 0" @click="onBatchDelete(null)">
{{ $t('commons.button.delete') }}