Browse Source

fix

pull/3/MERGE
break60 4 years ago
parent
commit
2d15275ec4
  1. 2
      dolphinscheduler-ui/src/js/conf/home/pages/dag/_source/dag.vue

2
dolphinscheduler-ui/src/js/conf/home/pages/dag/_source/dag.vue

@ -208,7 +208,6 @@
], ],
Connector: 'Bezier', Connector: 'Bezier',
PaintStyle: { lineWidth: 2, stroke: '#456' }, // Connection style PaintStyle: { lineWidth: 2, stroke: '#456' }, // Connection style
HoverPaintStyle: {stroke: '#ccc', strokeWidth: 3},
ConnectionOverlays: [ ConnectionOverlays: [
[ [
'Arrow', 'Arrow',
@ -832,7 +831,6 @@
], ],
Connector: 'Bezier', Connector: 'Bezier',
PaintStyle: { lineWidth: 2, stroke: '#456' }, // Connection style PaintStyle: { lineWidth: 2, stroke: '#456' }, // Connection style
HoverPaintStyle: {stroke: '#ccc', strokeWidth: 3},
ConnectionOverlays: [ ConnectionOverlays: [
[ [
'Arrow', 'Arrow',

Loading…
Cancel
Save