forked from liweijie/education
操作列透明度设置为不透明,否则底层显示跟操作列冲突
This commit is contained in:
@@ -50,7 +50,7 @@
|
||||
<template slot-scope="scope">{{ fmt(scope.row.gxsj) }}</template>
|
||||
</el-table-column>
|
||||
<el-table-column prop="bz" label="备注" min-width="120" show-overflow-tooltip />
|
||||
<el-table-column label="操作" width="130" align="center" fixed="right">
|
||||
<el-table-column label="操作" width="130" align="center" fixed="right" class-name="table-action-column">
|
||||
<template slot-scope="scope">
|
||||
<el-button type="text" size="mini" icon="el-icon-edit" @click="handleEdit(scope.row)">编辑</el-button>
|
||||
<el-button type="text" size="mini" icon="el-icon-delete" class="danger-text" @click="handleDelete(scope.row)">删除</el-button>
|
||||
|
||||
Reference in New Issue
Block a user