操作列透明度设置为不透明,否则底层显示跟操作列冲突

This commit is contained in:
2026-09-21 17:09:31 +08:00
parent 1482bfd31c
commit f5728c0827
23 changed files with 30 additions and 26 deletions
@@ -87,7 +87,7 @@
<el-table-column label="停用时间" width="150" align="center">
<template slot-scope="scope">{{ fmtDateTime(scope.row.tysj) }}</template>
</el-table-column>
<el-table-column label="操作" width="160" align="center" fixed="right">
<el-table-column label="操作" width="160" 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