@ -66,7 +66,7 @@
<a-table
ref="table"
size="middle"
:scroll="{x:true}"
:scroll="{x:true, y: 200}"
bordered
rowKey="id"
:columns="columns"
@ -24,7 +24,7 @@
data () {
return {
title:'',
width:1024,
width:1224,
visible: false,
disableSubmit: false
}