页面加载抖动
This commit is contained in:
@@ -193,7 +193,7 @@ function changeFrameHeight() {
|
||||
var paddingHeight = 11;
|
||||
//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);
|
||||
menuHeight();
|
||||
}
|
||||
|
||||
@@ -447,7 +447,7 @@ white-space:nowrap;
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div class="page-content">
|
||||
<div class="page-content page-content-body">
|
||||
<%-- <div class="theme-panel hidden-xs hidden-sm">
|
||||
<c:forEach items="${serviceList}" var="service" varStatus="status">
|
||||
<c:if test="${(service.action ne 128) && (service.serviceId ne 37) && (service.serviceId ne 149)}" >
|
||||
|
||||
Reference in New Issue
Block a user