演示组件中新增用户列表选择应用例子
This commit is contained in:
@@ -99,7 +99,7 @@ selectNum = 0, dataGrid = $('#dataGrid').dataGrid({
|
||||
}}
|
||||
],
|
||||
autoGridHeight: function(){
|
||||
var height = $(window).height() - $('#searchForm').height() - $('#dataGridPage').height() - 73;
|
||||
var height = $(window).height() - $('#searchForm').height() - $('#dataGridPage').height() - 75;
|
||||
$('.tags-input').height($('.ui-jqgrid').height() - 10);
|
||||
return height;
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user