diff --git a/Learun.Framework.Ultimate V7/Learun.Application.Web/Content/jquery/plugin/jqprint/jquery.jqprint-0.3.js b/Learun.Framework.Ultimate V7/Learun.Application.Web/Content/jquery/plugin/jqprint/jquery.jqprint-0.3.js index 5ea0458db..9c08e543b 100644 --- a/Learun.Framework.Ultimate V7/Learun.Application.Web/Content/jquery/plugin/jqprint/jquery.jqprint-0.3.js +++ b/Learun.Framework.Ultimate V7/Learun.Application.Web/Content/jquery/plugin/jqprint/jquery.jqprint-0.3.js @@ -201,6 +201,11 @@ $tr = a(''); } else if (_item.type == 'input') { + if(data[_index+1].type == 'anodeinfo'||data[_index+1].type == 'gird'){ + if(num - (_item.col * 2 - 1) - 1 > 0){ + _item.col = num/2 + } + } var colspan = _item.col * 2 - 1; var _text = ''; if (_item.text) {