|
@@ -45,7 +45,7 @@ function b_afterLogin(flag,result){
|
|
}
|
|
}
|
|
function swordfishLayoutInit(){
|
|
function swordfishLayoutInit(){
|
|
if(document.body.scrollHeight <= document.body.clientHeight){
|
|
if(document.body.scrollHeight <= document.body.clientHeight){
|
|
- $(".b-left").height(document.body.clientHeight-$(".swordfish-head").height() - $("#qfw-bottom").height());
|
|
|
|
|
|
+ $(".b-left").height(document.body.clientHeight - $(".b-head").height() - $("#qfw-bottom").height() - 60);
|
|
webSiteInit();
|
|
webSiteInit();
|
|
}
|
|
}
|
|
}
|
|
}
|