+
Version 20200821
Copyright © 2019-2090 厦门嘉时软件. All rights
@@ -399,6 +402,7 @@
var windowHeight = $(window).height();
$("#iFrame1").css("height", windowHeight - headerHeight - footerHeight);
$("#indexTreeMenu").css("max-height",windowHeight - headerHeight - 10);
+ $(".content-wrapper").css("min-height",windowHeight - headerHeight - 54);
})