lizi hace 2 años
padre
commit
aa5a8061f7
Se han modificado 1 ficheros con 4 adiciones y 4 borrados
  1. 4 4
      src/views/knowledgeGraph/KnowledgeGraphView.vue

+ 4 - 4
src/views/knowledgeGraph/KnowledgeGraphView.vue

@@ -133,16 +133,16 @@ function initGraph(width: number, height: number) {
     },
     nodeStateStyles: {
       selected: {
-        stroke: '#00FA9A',
-        fill: '#00FA9A',
+        stroke: '#FF8000',
+        fill: '#FF8000',
       },
     },
     defaultNode: {
       size: 64,
       type: 'circle',
       style: {
-        stroke: '#90EE90',
-        fill: '#90EE90',
+        stroke: '#FF8000',
+        fill: '#FF8000',
       },
       // 选中颜色为 #FBEECD
       labelCfg: {