Merge branch 'develop' of https://git.mesalab.cn/K18_NTCS_WEB/NTC.git into develop
This commit is contained in:
@@ -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();
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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)}" >
|
||||||
|
|||||||
Reference in New Issue
Block a user