diff --git a/frontend/src/views/eval/EvalCreateView.vue b/frontend/src/views/eval/EvalCreateView.vue index 648b35a..e9b2601 100644 --- a/frontend/src/views/eval/EvalCreateView.vue +++ b/frontend/src/views/eval/EvalCreateView.vue @@ -194,28 +194,32 @@ onMounted(loadData)
-
-
-
- -
-
{{ step.title }}
-
{{ step.description }}
+
@@ -308,14 +312,10 @@ onMounted(loadData) .step-item { display: flex; - flex: 1; + flex: none; align-items: center; } -.step-item:first-child { - flex: 0; -} - .step-connector { flex: 1; height: 2px; @@ -324,8 +324,7 @@ onMounted(loadData) transition: background-color 0.2s ease; } -.step-item.is-active .step-connector, -.step-item.is-completed .step-connector { +.step-connector.is-active { background: #5146e5; }