调整单据中操作列的宽度

This commit is contained in:
季圣华
2021-10-15 00:28:29 +08:00
parent 9e738e1bc1
commit 6bb4891411
2 changed files with 2 additions and 2 deletions

View File

@@ -211,7 +211,7 @@
{ {
title: '操作', title: '操作',
dataIndex: 'action', dataIndex: 'action',
align:"center", width: 160, align:"center", width: 180,
scopedSlots: { customRender: 'action' }, scopedSlots: { customRender: 'action' },
} }
], ],

View File

@@ -211,7 +211,7 @@
{ {
title: '操作', title: '操作',
dataIndex: 'action', dataIndex: 'action',
align:"center", width: 160, align:"center", width: 180,
scopedSlots: { customRender: 'action' }, scopedSlots: { customRender: 'action' },
} }
], ],