提交 0b176622 编写于 作者: NoSubject's avatar NoSubject

将break-word替换为break-all以兼容IE

上级 dee3af5c
......@@ -2389,7 +2389,7 @@ MWF.xApplication.process.Xform.Documenteditor = MWF.APPDocumenteditor = new Cla
tableList.setStyles({
"margin-left": "",
"margin-right": "",
"word-break": "break-word"
"word-break": "break-all"
});
}
var tdList = tmp.getElements("td");
......@@ -2439,7 +2439,7 @@ MWF.xApplication.process.Xform.Documenteditor = MWF.APPDocumenteditor = new Cla
e.data.$.setStyles({
"margin-left": "",
"margin-right": "",
"word-break": "break-word"
"word-break": "break-all"
});
}
......@@ -2890,7 +2890,7 @@ MWF.xApplication.process.Xform.Documenteditor = MWF.APPDocumenteditor = new Cla
tableList.setStyles({
"margin-left": "",
"margin-right": "",
"word-break": "break-word"
"word-break": "break-all"
});
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册