操作列透明度设置为不透明,否则底层显示跟操作列冲突
This commit is contained in:
@@ -67,7 +67,7 @@
|
||||
<el-table-column label="修改时间" width="160" align="center">
|
||||
<template slot-scope="{ row }">{{ row.xgsj ? fmtDateTime(row.xgsj) : '-' }}</template>
|
||||
</el-table-column>
|
||||
<el-table-column label="操作" width="230" align="center" fixed="right">
|
||||
<el-table-column label="操作" width="230" align="center" fixed="right" class-name="table-action-column">
|
||||
<template slot-scope="{ row }">
|
||||
<el-button
|
||||
v-if="!row.tjsj"
|
||||
|
||||
Reference in New Issue
Block a user