|
@@ -219,9 +219,9 @@ function adjustWidth() {
|
|
|
|
|
|
function adjustHeight() {
|
|
|
var ht = window.innerHeight || document.documentElement.clientHeight;
|
|
|
- $(".content").height(ht - 145+33 + "px");
|
|
|
+ $(".content").height(ht - 145+32 + "px");
|
|
|
if(getUrlArgObject('type') == 82 || getUrlArgObject('type') == 83){
|
|
|
- $(".content").height(ht - 105+33 + "px");
|
|
|
+ $(".content").height(ht - 105+32 + "px");
|
|
|
}
|
|
|
|
|
|
}
|