|
@@ -479,20 +479,20 @@ function bindTabClick(){
|
|
|
}
|
|
|
function setTabBottomHei(type){
|
|
|
const clientHei = $(window).height()
|
|
|
- const contentHei = clientHei - 80
|
|
|
+ const contentHei = clientHei - 110
|
|
|
if(type==1){
|
|
|
$(".tabBottom").css({
|
|
|
'margin': '0px 0px 0px 0px'
|
|
|
})
|
|
|
- $(".tabBottom").css("height",contentHei-80-43-10+12+'px')
|
|
|
- $(".ztree").css("height",contentHei-80-43-60-20-24+12+'px')
|
|
|
+ $(".tabBottom").css("height",contentHei-80-43-12+'px')
|
|
|
+ $(".ztree").css("height",contentHei-80-43-60-20-24+'px')
|
|
|
|
|
|
}else if(type == 2){
|
|
|
- $(".tabBottom").css("height",contentHei-80-43-10-20+12+'px')
|
|
|
+ $(".tabBottom").css("height",contentHei-80-43-12-20+'px')
|
|
|
$(".tabBottom").css({
|
|
|
'margin': '20px 0px 0px 0px'
|
|
|
})
|
|
|
- $(".ztree").css("height",contentHei-80-43-20-20-20+12+'px')
|
|
|
+ $(".ztree").css("height",contentHei-80-43-20-20-20+'px')
|
|
|
}
|
|
|
}
|
|
|
function setSelectName(name){
|