重构华夏erp的整体ui风格

This commit is contained in:
季圣华
2019-09-13 22:16:29 +08:00
parent 4b82ad7f29
commit 9247e77398
345 changed files with 119676 additions and 620 deletions

View File

@@ -46,6 +46,15 @@
initPageNum = [10,20,30,50];
}
}
function dgResize() {
$('#tableData').datagrid('resize', {
width: $(window).width() - 6,
height: $(window).height() - 76
});
}
$(window).resize(function () {
dgResize();
});
//========================页面高度自动调节================================
//判断浏览器的类型