From 8e48524f9bf1ba10c06db345a1116be3f3fa07d1 Mon Sep 17 00:00:00 2001 From: luojian Date: Thu, 26 Jul 2018 16:08:18 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=BC=A9=E6=94=BE=E6=AF=94?= =?UTF-8?q?=E4=BE=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Tenwa/Core/ChannelCRMManager/ChannelOrg/OrgTree.jsp | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/WebContent/Tenwa/Core/ChannelCRMManager/ChannelOrg/OrgTree.jsp b/WebContent/Tenwa/Core/ChannelCRMManager/ChannelOrg/OrgTree.jsp index 35be6925a..64966e860 100644 --- a/WebContent/Tenwa/Core/ChannelCRMManager/ChannelOrg/OrgTree.jsp +++ b/WebContent/Tenwa/Core/ChannelCRMManager/ChannelOrg/OrgTree.jsp @@ -48,12 +48,9 @@ overflow: hidden; cursor: pointer; background: url(<%=sWebRootPath%>/Frame/page/resources/images/main/icons/search.png) no-repeat center #f1f1f1; -} -body{ -height:100%; } -
+
<% String compClientID = request.getParameter("CompClientID"); @@ -71,7 +68,7 @@ jQuery(function(){ loadMask = new tracywindyLoadMask(document.body,"数据加载中 请稍后..."); } var height=$("body").height(); - $("#id_menu_tabs_menu").height(height-30 <=0 ? "100%": height-30); + $("#id_menu_tabs_menu").height((height-30) <= 0 ? "100%" : height-30); initDeptTree(sOrgId,""); });