表格尺寸调整

This commit is contained in:
georgehao
2021-05-19 08:31:02 +08:00
parent 405bc8d4ec
commit c33a256438

View File

@@ -51,6 +51,7 @@
table.render({
elem: '#table_list'
,url: '/task/table?status=2'
,size: 'sm' //小尺寸的表格
,cols: [[
{checkbox: true, fixed: true},
{field:'id', title: 'ID', align:'center',sort: true, width:80}