@ -3363,8 +3363,8 @@ nav.page-tabs .page-tabs-content {
}
#content-main {
/*height: calc(100% - 127px);*/
height: 100%;
height: calc(100% - 127px);
/*height: 100%;*/
overflow: hidden;
@ -808,7 +808,7 @@ var table = {
url = "/404.html";
if ($.common.isEmpty(width)) {
width = 1200;
width = 800;
if ($.common.isEmpty(height)) {
height = ($(window).height() - 220);