|
|
|
|
@ -58,6 +58,9 @@
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
.home-menu:hover .dropdown-menu {display: block;}
|
|
|
|
|
.sidebar {
|
|
|
|
|
padding-bottom: 0;
|
|
|
|
|
}
|
|
|
|
|
</style>
|
|
|
|
|
</head>
|
|
|
|
|
|
|
|
|
|
@ -346,7 +349,7 @@
|
|
|
|
|
<iframe style="width:100%; overflow-x:hidden;overflow-y:scroll" id="iFrame1" name="iFrame1" frameborder="0"></iframe>
|
|
|
|
|
</div>
|
|
|
|
|
<footer class="main-footer">
|
|
|
|
|
<div class="pull-right hidden-xs">
|
|
|
|
|
<div class="pull-right">
|
|
|
|
|
<b>Version</b> 20200821
|
|
|
|
|
</div>
|
|
|
|
|
<strong>Copyright © 2019-2090 厦门嘉时软件.</strong> 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);
|
|
|
|
|
})
|
|
|
|
|
</script>
|
|
|
|
|
</body>
|
|
|
|
|
|