表格尺寸调整
This commit is contained in:
@@ -51,6 +51,7 @@
|
|||||||
table.render({
|
table.render({
|
||||||
elem: '#table_list'
|
elem: '#table_list'
|
||||||
,url: '/task/table?status=2'
|
,url: '/task/table?status=2'
|
||||||
|
,size: 'sm' //小尺寸的表格
|
||||||
,cols: [[
|
,cols: [[
|
||||||
{checkbox: true, fixed: true},
|
{checkbox: true, fixed: true},
|
||||||
{field:'id', title: 'ID', align:'center',sort: true, width:80}
|
{field:'id', title: 'ID', align:'center',sort: true, width:80}
|
||||||
|
|||||||
Reference in New Issue
Block a user