From 0b9a258821598125f12b977effbf2208a2f22f62 Mon Sep 17 00:00:00 2001 From: zhangyu Date: Fri, 5 Mar 2021 16:56:24 +0800 Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9A=E4=BF=AE=E5=A4=8D=E4=B8=AD?= =?UTF-8?q?=E6=96=87=E4=B8=8B=20topology=E4=B8=8D=E6=98=BE=E7=A4=BA?= =?UTF-8?q?=E7=9A=84bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/components/common/project/topologyL5.vue | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/nezha-fronted/src/components/common/project/topologyL5.vue b/nezha-fronted/src/components/common/project/topologyL5.vue index 3b5601fa2..0ebce2968 100644 --- a/nezha-fronted/src/components/common/project/topologyL5.vue +++ b/nezha-fronted/src/components/common/project/topologyL5.vue @@ -50,7 +50,7 @@
-
@@ -58,7 +58,7 @@ @@ -66,7 +66,7 @@
{{$t('project.topology.defaultLineType')}} - +
@@ -521,9 +521,9 @@ chartData:{}, chartGetData:[], penLineType:[ - {d:'M5 19 a50,100 0 0,1 40,0',"stroke-dasharray":"",name:this.$t('project.topology.curve')}, - {d:'M5 8 l20 0 l0 12 l20 0',"stroke-dasharray":"",name:this.$t('project.topology.polyline')}, - {d:'M5 14 l40 0',"stroke-dasharray":"",name:this.$t('project.topology.line')}, + {d:'M5 19 a50,100 0 0,1 40,0',"stroke-dasharray":"",name:this.$t('project.topology.curve'),id:'curve'}, + {d:'M5 8 l20 0 l0 12 l20 0',"stroke-dasharray":"",name:this.$t('project.topology.polyline'),id:'polyline'}, + {d:'M5 14 l40 0',"stroke-dasharray":"",name:this.$t('project.topology.line'),id:'line'}, // {d:'M5 20 C0,8 50,0 85,0',"stroke-dasharray":"",name:'mind'}, ], lineName:'curve',