eas7.5版本新门户如何自适应
[解决方案]
修改%EAS_HOME%\server\deploy\portal.ear\portal.war\ main.jsp
在上面页面中的 <script type=text/javascript>后面增加如下代码
$(document).ready(function(){
//屏幕自适应
var mainWidth = document.documentElement.clientWidth;//浏览器可视宽度
if(mainWidth > 1024){
$(.wrapper).css(width,mainWidth-48);
}
//窗口改变屏幕自适应
window.onresize=function(){
var mainWidth = document.documentElement.clientWidth;//浏览器可视宽度
if(mainWidth > 1024){
$(.wrapper).css(width,mainWidth-48);
}
}
});
[概述]
修改服务器端配置文件前请先将原文件做好备份工作。
eas7.5版本新门户如何自适应
[解决方案]修改%EAS_HOME%\server\deploy\portal.ear\portal.war\ main.jsp在上面页面中的 <script type=text/javascript>后面...
点击下载文档
本文2024-09-22 20:15:26发表“eas cloud知识”栏目。
本文链接:https://wenku.my7c.com/article/kingdee-eas-112452.html
您需要登录后才可以发表评论, 登录登录 或者 注册
最新文档
热门文章