cld-custom.js 217 B

12345
  1. function autoFlashHeight(){
  2. $(".sheet-panel-content").height($(window).height()-138);
  3. $(".modal-search-height").height($(window).height()-226);
  4. $(".sheet-panel-righttop").height($(window).height()-436);
  5. };