|
|
@@ -102,7 +102,7 @@ |
|
|
|
<el-table-column |
|
|
|
label="小项内容" |
|
|
|
align="center" |
|
|
|
min-width="120" |
|
|
|
min-width="160" |
|
|
|
max-width="200" |
|
|
|
> |
|
|
|
<template slot-scope="{ row }"> |
|
|
@@ -309,7 +309,7 @@ |
|
|
|
</span> |
|
|
|
</template> |
|
|
|
</el-table-column> |
|
|
|
<el-table-column label="操作" align="center" width="135"> |
|
|
|
<el-table-column label="操作" align="center" > |
|
|
|
<template slot-scope="{ row, $index }"> |
|
|
|
<template v-if="row.add || row.edit"> |
|
|
|
<el-link |
|
|
@@ -1052,4 +1052,10 @@ export default { |
|
|
|
/deep/ .el-table__body-wrapper { |
|
|
|
overflow: visible; |
|
|
|
} |
|
|
|
.table{ |
|
|
|
box-sizing: border-box; |
|
|
|
} |
|
|
|
/deep/ .el-table--border th.gutter:last-of-type { |
|
|
|
width:0!important; |
|
|
|
} |
|
|
|
</style> |