//设置自适应浏览器宽度和高度
function setLayoutHeight() {
    var height = $(window).height() - 20;
    $("#main_layout").attr("style", "width:100%;height:" + height + "px");
    $("#main_layout").layout("resize", {
        width: "100%",
        height: height + "px"
    });
}

  

相关文章:

  • 2021-10-02
  • 2022-01-09
  • 2021-07-03
  • 2022-12-23
  • 2021-09-24
  • 2021-11-30
  • 2021-05-22
猜你喜欢
  • 2021-11-19
  • 2021-04-27
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案