- function autoFlashHeight(){
- function getObjHeight(select) {
- return select.length > 0 ? select.height() : 0;
- }
- 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-244);
- };
|