Browse Source

fix

data_quality_design
break60 4 years ago
parent
commit
e708729245
  1. 3
      dolphinscheduler-ui/src/js/conf/home/pages/dag/_source/plugIn/util.js

3
dolphinscheduler-ui/src/js/conf/home/pages/dag/_source/plugIn/util.js

@ -106,6 +106,9 @@ const setSvgColor = (e, color) => {
// Add color to the selection
_.map($(e.canvas)[0].childNodes, (v, i) => {
if($(v).attr('fill') ==='#2d8cf0') {
$(v).attr('fill', '#ccc')
}
$(v).attr('stroke', '#ccc')
if ($(v).attr('class')) {
$(v).attr('stroke-width', 2)

Loading…
Cancel
Save