This commit is contained in:
parent
dc3915bdfe
commit
c8d8efe495
|
|
@ -42,7 +42,10 @@
|
|||
margin-right: 8px;
|
||||
}
|
||||
.oplinks a{
|
||||
margin-right: 8px;
|
||||
margin-right: 4px;
|
||||
margin-left: 4px;
|
||||
/* border:1px solid #000; */
|
||||
padding: 2px 4px;
|
||||
}
|
||||
|
||||
.footerbar-bottom{
|
||||
|
|
|
|||
|
|
@ -351,6 +351,5 @@ export default {
|
|||
.oplinks svg {
|
||||
width: 22px;
|
||||
height: 22px;
|
||||
margin: 0 5px 0 0;
|
||||
}
|
||||
</style>
|
||||
|
|
@ -161,9 +161,9 @@ export default {
|
|||
|
||||
// 表格列配置
|
||||
columns: [
|
||||
{ type: 'checkbox', width: 'auto' }, // 多选框
|
||||
{ type: 'checkbox', width: 38 }, // 多选框
|
||||
{ title: '操作', slots: { default: 'op' }, width: 120 },
|
||||
{ type: 'seq', width: 'auto' }, // 序号
|
||||
{ type: 'seq', width: 38 }, // 序号
|
||||
|
||||
|
||||
// =============================== 表格列 自动生成 Start ===============================
|
||||
|
|
|
|||
Loading…
Reference in New Issue