优化列表样式

This commit is contained in:
季圣华
2020-11-01 11:22:46 +08:00
parent fba97561cb
commit abf50e4731
67 changed files with 130 additions and 130 deletions

View File

@@ -85,8 +85,8 @@
var searchTabHeight = $('.box-body').height();
if($('#tableData') && $('#tableData').length && $('#tableData').datagrid()) {
$('#tableData').datagrid('resize', {
width: $(window).width() - 6,
height: $(window).height() - searchTabHeight -43
width: $(window).width() - 13,
height: $(window).height() - searchTabHeight -51
});
}
}