|
@@ -1,5 +1,5 @@
|
|
|
function autoFlashHeight(){
|
|
|
$(".sheet-panel-content").height($(window).height()-138);
|
|
|
$(".modal-search-height").height($(window).height()-226);
|
|
|
- $(".sheet-panel-righttop").height($(window).height()-436);
|
|
|
+ $(".sheet-panel-righttop").height($(window).height()-550);
|
|
|
};
|