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

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

@@ -122,15 +122,15 @@
}
},
{
title: '角色名称', align:"center", dataIndex: 'name', width: 100
title: '角色名称', align:"left", dataIndex: 'name', width: 120
},
{
title: '数据类型', align:"center", dataIndex: 'type', width: 100
title: '数据类型', align:"left", dataIndex: 'type', width: 100
},
{
title: '描述', align:"center", dataIndex: 'description', width: 100
title: '描述', align:"left", dataIndex: 'description', width: 150
},
{ title: '排序', dataIndex: 'sort', width: 60},
{ title: '排序', align:"left", dataIndex: 'sort', width: 50},
{ title: '状态',dataIndex: 'enabled',width:60,align:"center",
scopedSlots: { customRender: 'customRenderFlag' }
},