Commit 492de28e by liuyong

修改bug

1 parent 3a0bb1ff
......@@ -297,7 +297,7 @@ Format.prototype.immediateRefresh = function()
label2.style.borderLeftWidth = '1px';
label2.style.borderRightWidth = '1px';
label2.style.backgroundColor = Format.inactiveTabBackgroundColor;
label2.style.display = 'none';
// label2.style.display = 'none';
addClickHandler(label, diagramPanel, idx++);
var stylePanel = div.cloneNode(false);
......
......@@ -2198,7 +2198,7 @@ Sidebar.prototype.createTitle = function(label)
}else if(label == '安全架构'){
// elt.style.borderTop = '2px solid #ccc';
}else {
elt.style.border = 'none';
// elt.style.border = 'none';
}
//二次开发,设置样式--------------------结束
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!