forked from liweijie/education
操作列透明度设置为不透明,否则底层显示跟操作列冲突
This commit is contained in:
@@ -56,7 +56,7 @@
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column prop="fbsj" label="发布时间" width="160" show-overflow-tooltip />
|
||||
<el-table-column label="操作" width="100" align="center" fixed="right">
|
||||
<el-table-column label="操作" width="100" align="center" fixed="right" class-name="table-action-column">
|
||||
<template slot-scope="{ row }">
|
||||
<el-button type="text" size="small" icon="el-icon-view" @click="handleDetail(row)">详情</el-button>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user