|
@@ -126,7 +126,7 @@ function adjustHeight() {
|
|
var ht = window.innerHeight;
|
|
var ht = window.innerHeight;
|
|
var containerHt = $(".medicalKonwledgeWrap .container").height()
|
|
var containerHt = $(".medicalKonwledgeWrap .container").height()
|
|
var ht2 = $(".searchTypeBox").outerHeight(true)
|
|
var ht2 = $(".searchTypeBox").outerHeight(true)
|
|
- $(".staticSearchB ul").height(containerHt - 120-10 - ht2 + "px");
|
|
|
|
|
|
+ $(".staticSearchB ul").height(ht - 120-10-40 - ht2 + "px");
|
|
}
|
|
}
|
|
$(window).on('resize', function(){
|
|
$(window).on('resize', function(){
|
|
adjustHeight()
|
|
adjustHeight()
|