恢复左侧边距设置

This commit is contained in:
duandongmei
2019-06-03 16:25:21 +08:00
parent 1cc1ed42ec
commit 2ad805617b

View File

@@ -220,7 +220,7 @@ function changeFrameHeight() {
//update for dynamicHomePage S
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();
}