提交 66bd9f3e 编写于 作者: 楼国栋

Merge branch 'fix/qywx_start_process_bug' into 'develop'

办公中心移动端h5下tab重叠的问题

See merge request o2oa/o2oa!549
......@@ -140,6 +140,11 @@ MWF.xApplication.process.TaskCenter.Main = new Class({
this.tabAreaNode = new Element("div", {
"styles": this.css.tabAreaNode
}).inject(this.content);
debugger;
var size = this.content.getSize();
if (size && size.x < 400) { //移动端屏幕宽度小的时候 5个tab会重叠
this.tabAreaNode.setStyle("height", "80px");
}
this.createTabItem(this.lp.task, "task.png", "task", function () {
this.showTask();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册