v3.4.0 操作按钮组调整为朴素按钮样式

This commit is contained in:
YunaiV
2022-02-15 18:59:22 +08:00
parent b1d42becc3
commit de4df784ea
16 changed files with 31 additions and 33 deletions

View File

@ -30,7 +30,8 @@
<!-- 操作工具栏 -->
<el-row :gutter="10" class="mb8">
<el-col :span="1.5">
<el-button type="primary" icon="el-icon-plus" size="mini" v-hasPermi="['bpm:oa-leave:create']" @click="handleAdd">发起请假</el-button>
<el-button type="primary" plain icon="el-icon-plus" size="mini"
v-hasPermi="['bpm:oa-leave:create']" @click="handleAdd">发起请假</el-button>
</el-col>
<right-toolbar :showSearch.sync="showSearch" @queryTable="getList"></right-toolbar>
</el-row>