提交 f24c51d9 编写于 作者: 蔡祥熠

Merge branch 'fix/delete_translateZ' into 'develop'

Merge of fix/delete_translateZ 删除html头部中的translateZ to develop

See merge request o2oa/o2oa!1273
......@@ -20,7 +20,7 @@
<div id="loaddingArea"
style="overflow: hidden;width:0px; height:2px; background-color:#4e82bd; position: absolute; top: 0; z-index: 100">
</div>
<div id="appContent" class="appContent" style="overflow: hidden; -webkit-transform: translateZ(0); "></div>
<div id="appContent" class="appContent" style="overflow: hidden;"></div>
</div>
<div class="o2_form_mobile_actions"
style="height: 4em;overflow: hidden; border-top: 1px solid #dfdfdf; display: block; position: absolute; bottom: 0px; background: #ffffff; width: 100%; z-index:100;">
......
......@@ -29,7 +29,7 @@
<img src="./img/loading_sso.gif" width="32" height="32" style="display:block;margin:0 auto;">
<span>登录中...</span>
</div>
<div id="layout" style="overflow: hidden; -webkit-transform: translateZ(0); "></div>
<div id="layout" style="overflow: hidden;"></div>
</div>
<div class="o2_form_mobile_actions"
style="height: 4em;overflow: hidden; border-top: 1px solid #dfdfdf; display: block; position: absolute; bottom: 0px; background: #ffffff; width: 100%; z-index:100;">
......
......@@ -21,7 +21,7 @@
<body style="overflow: hidden; margin:0px;background:url(../o2_core/o2/xDesktop/$Default/blue/icons/loading.gif) center no-repeat;">
<div style="-webkit-overflow-scrolling: touch; overflow: auto; height: 100%;">
<div id="loaddingArea" style="overflow: hidden;width:0px; height:2px; background-color:#4e82bd; position: absolute; top: 0; z-index: 100"></div>
<div id="appContent" class="appContent" style="overflow: hidden; -webkit-transform: translateZ(0); "></div>
<div id="appContent" class="appContent" style="overflow: hidden; "></div>
</div>
<script src="../o2_core/o2.min.js"></script>
......
......@@ -26,7 +26,7 @@
<div id="loaddingArea"
style="overflow: hidden;width:0px; height:2px; background-color:#4e82bd; position: absolute; top: 0; z-index: 100">
</div>
<div id="appContent" class="appContent" style="overflow: hidden; -webkit-transform: translateZ(0); "></div>
<div id="appContent" class="appContent" style="overflow: hidden;"></div>
</div>
<div class="o2_form_mobile_actions"
style="height: 4em;overflow: hidden; border-top: 1px solid #dfdfdf; display: block; position: absolute; bottom: 0px; background: #ffffff; width: 100%; z-index:100;">
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册