|
@@ -306,7 +306,7 @@ function renderPushData(){
|
|
}
|
|
}
|
|
function adjustHei(){
|
|
function adjustHei(){
|
|
const iframeHei = $(".bodyWrap").height()
|
|
const iframeHei = $(".bodyWrap").height()
|
|
- $(".contentWrapper").css("height",iframeHei-20-30+3+19+'px')
|
|
|
|
|
|
+ $(".contentWrapper").css("height",iframeHei-20-30-60+3+19+'px')
|
|
$(".tabList").css("height",iframeHei+'px')
|
|
$(".tabList").css("height",iframeHei+'px')
|
|
}
|
|
}
|
|
function isNeedPush(list){
|
|
function isNeedPush(list){
|