演示组件中新增用户列表选择应用例子

This commit is contained in:
thinkgem
2018-10-11 21:31:45 +08:00
parent ebf7b52656
commit 7dc85de589
2 changed files with 25 additions and 1 deletions

View File

@@ -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;
},