lifaray portal 全屏展示实现方式

lifaray portal 全屏展示实现方式
修改文件custom.css的样式:
把content-wrapper的宽度从90%修改为100%。

文件位置:
html/themes/classic/css/custom.css

原始代码:
#content-wrapper {
margin: 0 auto;
width: 90%;
}

修改后的代码:
#content-wrapper {
margin: 0 auto;
width: 100%;
}

posted @ 2020-03-03 20:37  溶洞  阅读(166)  评论(0编辑  收藏  举报