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

版式正文:增加了lineHeight插件,表格的宽度处理

上级 7892e972
......@@ -2288,7 +2288,7 @@ MWF.xApplication.process.Xform.Documenteditor = MWF.APPDocumenteditor = new Cla
var tr = e.data.$.getElement("tr");
if (tr){
var tds = tr.getElements("td");
if (td){
if (tds && tds.length){
var p = 100/tds.length;
tds.setStyle("width", ""+p+"%");
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册