diff --git a/src/views/dashboard/components/ModelFlow.vue b/src/views/dashboard/components/ModelFlow.vue index 1e82a32..644b946 100644 --- a/src/views/dashboard/components/ModelFlow.vue +++ b/src/views/dashboard/components/ModelFlow.vue @@ -60,9 +60,11 @@
+
- -
+ +
+
算子管理
@@ -73,15 +75,19 @@
+
+
设备管理
+
+
工具管理
@@ -89,9 +95,11 @@
+
+
数据管理
@@ -166,6 +174,7 @@ position:absolute; width: 120px; top:24px; + z-index: 9; &:first-child{ left: -90px; &::after{ @@ -175,7 +184,7 @@ width: 72px; height: 40px; position: relative; - top:-165px; + top:-175px; left:60px; } &::before{ @@ -198,7 +207,7 @@ width: 72px; height: 40px; position: relative; - top:-165px; + top:-175px; left:-10px; } &::before{ @@ -222,7 +231,7 @@ border-left:dotted 2px #3399ff; height: 60px; position: relative; - top:-160px; + top:-170px; left:60px; } &::before{ diff --git a/src/views/dashboard/index.vue b/src/views/dashboard/index.vue index 385515c..81dc62b 100644 --- a/src/views/dashboard/index.vue +++ b/src/views/dashboard/index.vue @@ -1,5 +1,5 @@