|
@@ -5,5 +5,5 @@ function autoFlashHeight(){
|
|
|
var splog = getObjHeight($(".sheet-panel-log"));
|
|
|
$(".sheet-panel-content").height($(window).height()-138);
|
|
|
$(".modal-search-height").height($(window).height()-226);
|
|
|
- $(".sheet-panel-righttop").height($(window).height()-splog-236);
|
|
|
+ $(".sheet-panel-righttop").height($(window).height()-splog-244);
|
|
|
};
|