|
@@ -2,4 +2,5 @@ function autoFlashHeight(){
|
|
// var infoHeight = $(".contactInfo").height();
|
|
// var infoHeight = $(".contactInfo").height();
|
|
$(".sheet-panel-content").height($(window).height()-138);
|
|
$(".sheet-panel-content").height($(window).height()-138);
|
|
$(".modal-search-height").height($(window).height()-226);
|
|
$(".modal-search-height").height($(window).height()-226);
|
|
|
|
+ $(".sheet-panel-righttop").height($(window).height()-542);
|
|
};
|
|
};
|