|
@@ -156,7 +156,7 @@ function bindTabClick(){
|
|
|
}
|
|
|
function adjustHeight() {
|
|
|
var ht = window.innerHeight || document.documentElement.clientHeight;
|
|
|
- $(".content").height(ht - 145 - 30 + "px");
|
|
|
+ $(".content").height(ht - 135 + "px");
|
|
|
}
|
|
|
function adjustWidth() {
|
|
|
var wt = window.innerWidth || document.documentElement.clientWidth;
|