@@ -48,6 +48,7 @@
<a-table
ref="table"
size="middle"
+ :scroll="{x:true}"
bordered
rowKey="id"
:columns="columns"
@@ -187,6 +188,7 @@
title: '操作',
dataIndex: 'action',
align: 'left',
+ fixed: 'right',
width: 200,
scopedSlots: { customRender: 'action' }
}