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

Merge branch 'fix/fix-proinst-css' into 'develop'

调整表格样式

See merge request o2oa/o2oa!1033
......@@ -282,8 +282,8 @@
background: #F7F7F7;
}
.contentList td {
height: 30px;
line-height: 30px;
height: 40px;
line-height: 40px;
color: #333333;
font-weight: 400;
text-align: left;
......
......@@ -1235,7 +1235,7 @@ MWF.xApplication.process.Application.Toolbar = new Class({
}
}).inject( toolgroupNode );
var iconNode = new Element("icon",{"class":"o2WorkApplication " + tool.icon,"style":"margin-right:6px"}).inject(toolNode);
//var iconNode = new Element("icon",{"class":"o2WorkApplication " + tool.icon,"style":"margin-right:6px"}).inject(toolNode);
var textNode = new Element("span").inject(toolNode);
textNode.set("text",tool.text);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册