This commit is contained in:
yanran200730
2021-12-24 15:03:30 +08:00
parent 4253d7eb8e
commit 4a7895b0e2

View File

@@ -49,7 +49,7 @@
@getList="getList">
<el-table-column slot="options" width="120px" fixed="right" label="操作" align="center">
<template slot-scope="{ row }">
<div class="table-options" style="padding-right: 30px;">
<div class="table-options">
<el-button type="text" @click="remove(row.id)">删除</el-button>
</div>
</template>