解决首页页面展示的bug
This commit is contained in:
@@ -180,6 +180,7 @@
|
||||
<script src="js/common/jsherp.js"></script>
|
||||
<script src="js/common/i18n/jsherp_zh_CN.js"></script>
|
||||
<div class="hide" id="desktopTabPage" data-title="首页" data-url="/home.html"></div>
|
||||
<script src="js/jquery-toastr/2.0/toastr.min.js"></script>
|
||||
<script src="js/jquery/jquery.slimscroll.js"></script>
|
||||
<script src="js/easyui/jquery.easyui.min.js"></script>
|
||||
<script src="/js/easyui/locale/easyui-lang-zh_CN.js"></script>
|
||||
|
||||
@@ -118,17 +118,17 @@
|
||||
}
|
||||
|
||||
.sidebar-open .content-wrapper, .sidebar-open .main-footer {
|
||||
-webkit-transform: translate(200px, 0);
|
||||
-ms-transform: translate(200px, 0);
|
||||
-o-transform: translate(200px, 0);
|
||||
transform: translate(200px, 0)
|
||||
-webkit-transform: translate(170px, 0);
|
||||
-ms-transform: translate(170px, 0);
|
||||
-o-transform: translate(170px, 0);
|
||||
transform: translate(170px, 0)
|
||||
}
|
||||
|
||||
.main-sidebar {
|
||||
-webkit-transform: translate(-200px, 0);
|
||||
-ms-transform: translate(-200px, 0);
|
||||
-o-transform: translate(-200px, 0);
|
||||
transform: translate(-200px, 0)
|
||||
-webkit-transform: translate(-170px, 0);
|
||||
-ms-transform: translate(-170px, 0);
|
||||
-o-transform: translate(-170px, 0);
|
||||
transform: translate(-170px, 0)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user