|
@@ -242,7 +242,7 @@ export default {
|
|
|
return (
|
|
|
<div class="operation-btns">
|
|
|
{this.$checkBtnRole('edit', this.$route.meta.roles) ? (
|
|
|
- <el-button type="text" class="textColor" onClick={() => this.editFn(row.id, row)}>
|
|
|
+ <el-button type="text" class="textColor" size="mini" onClick={() => this.editFn(row.id, row)}>
|
|
|
编辑
|
|
|
</el-button>
|
|
|
) : null}
|
|
@@ -255,7 +255,7 @@ export default {
|
|
|
title="内容确定删除吗?"
|
|
|
onOnConfirm={() => this.hanleDeleteAll(row.id)}
|
|
|
>
|
|
|
- <el-button slot="reference" type="text" class="textColor el-popover-left">
|
|
|
+ <el-button slot="reference" type="text" size="mini" class="textColor el-popover-left">
|
|
|
删除
|
|
|
</el-button>
|
|
|
</el-popconfirm>
|