diff --git a/mindinsight/ui/src/assets/images/graph-step1.svg b/mindinsight/ui/src/assets/images/graph-step1.svg index 6c54d1c6d43c7e86e5d52254250b71708a35d10b..c696b52d93474d5305eadc30dfd85706347f3d04 100644 --- a/mindinsight/ui/src/assets/images/graph-step1.svg +++ b/mindinsight/ui/src/assets/images/graph-step1.svg @@ -39,7 +39,7 @@ - + @@ -284,8 +284,8 @@ add56 - - + + Min[5]_1 @@ -329,8 +329,8 @@ - - + + Parameter[10]_3 @@ -386,9 +386,9 @@ - + - + diff --git a/mindinsight/ui/src/assets/images/graph-step2.svg b/mindinsight/ui/src/assets/images/graph-step2.svg index 5fda52584ff4fa5ac4f3e1afecf9677354edf31b..9516b6a071cff6d0f185c3826d78ccdd430ebbcf 100644 --- a/mindinsight/ui/src/assets/images/graph-step2.svg +++ b/mindinsight/ui/src/assets/images/graph-step2.svg @@ -47,11 +47,9 @@ - + - - 用户指南 - + @@ -294,8 +292,8 @@ add56 - - + + Min[5]_1 @@ -339,8 +337,8 @@ - - + + Parameter[10]_3 @@ -396,95 +394,93 @@ - + - - - - - - - - - - - - + + + + + + + + + - + - - - - - - - - - - + + + + + + + + + + - + - - - - - - - - - - - - - - - - - - - 用来代替一些节点表示数据的输入和输出,而不直接与被代理的节点连线 - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + 用来代替一些节点表示数据的输入和输出,而不直接与被代理的节点连线 + + + + + + + + - - - - - - - - - - - + + + + + + + + + + - + - - - - - - - - - - + + + + + + + + + + - + + \ No newline at end of file diff --git a/mindinsight/ui/src/assets/images/graph-step3.svg b/mindinsight/ui/src/assets/images/graph-step3.svg index a2101e1b02f7568514f03f27717d2d1c2a6681e5..3aa61840fcaece4d22798129d82151b1bf4df480 100644 --- a/mindinsight/ui/src/assets/images/graph-step3.svg +++ b/mindinsight/ui/src/assets/images/graph-step3.svg @@ -27,7 +27,7 @@ - + @@ -272,8 +272,8 @@ add56 - - + + Min[5]_1 @@ -317,8 +317,8 @@ - - + + Parameter[10]_3 @@ -374,7 +374,7 @@ - + diff --git a/mindinsight/ui/src/common/common-property.js b/mindinsight/ui/src/common/common-property.js index 054e6ea7c8abecc6f9ec2df18c3e72649a997b12..730aa04c3ddfa82cb83cf921e919cb867ed6eba0 100644 --- a/mindinsight/ui/src/common/common-property.js +++ b/mindinsight/ui/src/common/common-property.js @@ -85,14 +85,14 @@ export default { '.node {cursor: pointer;}.node:hover > path,.node:hover > ellipse,' + '.node:hover > polygon,.node:hover > rect {stroke-width: 2px;}' + '.edge path {stroke: rgb(167, 167, 167);}.edge polygon {fill: rgb(167, 167, 167);}' + - '.node.polymeric > polygon {stroke: #fdca5a;fill: #ffe8b5;}.node.cluster.polymeric > ' + + '.node.aggregation > polygon {stroke: #fdca5a;fill: #ffe8b5;}.node.cluster.aggregation > ' + 'rect {stroke: #fdca5a;fill: #fff2d4;stroke-dasharray: 3, 3;}' + '.node.cluster > rect:hover {stroke: #f45c5e;}.node > polygon {stroke: #f45c5e;fill: #ffba99;}' + '.node > ellipse {stroke: #58a4e0;fill: #d1ebff;}.node > path {stroke: #56b077;fill: #c1f5d5;' + 'stroke-dasharray: 3, 3;}' + '.hide {visibility: hidden;}.show {visibility: visible;}' + '.edgePoint ellipse{stroke:#a7a7a7;' + - 'fill:#a7a7a7;}' + + 'fill:#a7a7a7;}text {fill: black;}' + '.edge.highlighted path {stroke: red;}.edge.highlighted polygon {' + 'stroke: red;fill: red;}' + '.edge.highlighted marker path {fill: red;}',