Merge branch 'develop' of https://git.mesalab.cn/K18_NTCS_WEB/NTC.git into develop

This commit is contained in:
zhangwenqing
2019-01-03 11:52:01 +08:00
2 changed files with 2 additions and 2 deletions

View File

@@ -193,7 +193,7 @@ function changeFrameHeight() {
var paddingHeight = 11; var paddingHeight = 11;
//update for dynamicHomePage E //update for dynamicHomePage E
iframe.contents().find(".page-content").addClass("page-content-body"); //iframe.contents().find(".page-content").addClass("page-content-body");
iframe.prop("height",clientHeight-headerHeight-barHeight-footerHeight-paddingHeight); iframe.prop("height",clientHeight-headerHeight-barHeight-footerHeight-paddingHeight);
menuHeight(); menuHeight();
} }

View File

@@ -447,7 +447,7 @@ white-space:nowrap;
</style> </style>
</head> </head>
<body> <body>
<div class="page-content"> <div class="page-content page-content-body">
<%-- <div class="theme-panel hidden-xs hidden-sm"> <%-- <div class="theme-panel hidden-xs hidden-sm">
<c:forEach items="${serviceList}" var="service" varStatus="status"> <c:forEach items="${serviceList}" var="service" varStatus="status">
<c:if test="${(service.action ne 128) && (service.serviceId ne 37) && (service.serviceId ne 149)}" > <c:if test="${(service.action ne 128) && (service.serviceId ne 37) && (service.serviceId ne 149)}" >