调整报表和基础模块的页面宽度

This commit is contained in:
季圣华
2022-09-22 22:40:50 +08:00
parent 9352291510
commit d08f0a15fc
11 changed files with 63 additions and 67 deletions

View File

@@ -115,12 +115,8 @@
return parseInt(index)+1;
}
},
{
title: '姓名', align:"center", dataIndex: 'name', width: 100,
},
{
title: '类型', align:"center", dataIndex: 'type', width: 100,
},
{ title: '姓名', align:"left", dataIndex: 'name', width: 200, },
{ title: '类型', align:"left", dataIndex: 'type', width: 150, },
{ title: '排序', dataIndex: 'sort', width: 60},
{ title: '状态',dataIndex: 'enabled',width:60,align:"center",
scopedSlots: { customRender: 'customRenderFlag' }
@@ -129,7 +125,7 @@
title: '操作',
dataIndex: 'action',
align:"center",
width: 150,
width: 100,
scopedSlots: { customRender: 'action' },
}
],