修改缩放比例
This commit is contained in:
parent
1d787b562f
commit
8e48524f9b
@ -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%;
|
||||
}
|
||||
</style>
|
||||
<div id="id_menu_tabs_menu" style="overflow:auto;width:400px;" oncontextmenu='cancelBubble(event);' class="main_left">
|
||||
<div id="id_menu_tabs_menu" style="overflow:auto;width:380px;" oncontextmenu='cancelBubble(event);' class="main_left">
|
||||
</div>
|
||||
<%
|
||||
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,"");
|
||||
});
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user