调整单据中操作列的宽度

This commit is contained in:
季圣华
2021-10-15 00:55:08 +08:00
parent 6bb4891411
commit 62e27459c2
2 changed files with 2 additions and 2 deletions

View File

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

View File

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