From 8b4692433f5e25a63c4a121b17de2b30f36201e6 Mon Sep 17 00:00:00 2001 From: yxq Date: Fri, 24 May 2024 15:07:40 +0800 Subject: [PATCH] =?UTF-8?q?web=20=E8=A7=A3=E5=86=B3=E6=B5=81=E7=A8=8B?= =?UTF-8?q?=E6=89=93=E5=8D=B0input=E8=A1=8C=E7=A9=BA=E7=BC=BA=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Content/jquery/plugin/jqprint/jquery.jqprint-0.3.js | 5 +++++ 1 file changed, 5 insertions(+) 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) {