未验证 提交 7d2441f6 编写于 作者: X xingchun-chen 提交者: GitHub

Merge pull request #2776 from break60/dev-1.3.0

Modify the background color of conditions task node connection
...@@ -761,7 +761,7 @@ JSP.prototype.jspBackfill = function ({ connects, locations, largeJson }) { ...@@ -761,7 +761,7 @@ JSP.prototype.jspBackfill = function ({ connects, locations, largeJson }) {
source: sourceId, source: sourceId,
target: targetId, target: targetId,
type: 'basic', type: 'basic',
paintStyle: { strokeWidth: 2, stroke: '#f14343' }, paintStyle: { strokeWidth: 2, stroke: '#252d39' },
HoverPaintStyle: {stroke: '#ccc', strokeWidth: 3}, HoverPaintStyle: {stroke: '#ccc', strokeWidth: 3},
overlays:[["Label", { label: i18n.$t('failed'), location:0.5, id:"label"} ]] overlays:[["Label", { label: i18n.$t('failed'), location:0.5, id:"label"} ]]
}) })
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册