diff --git a/api-test/frontend/src/business/automation/report/components/ScenarioResult.vue b/api-test/frontend/src/business/automation/report/components/ScenarioResult.vue index 701322c682..1fd1eb122e 100644 --- a/api-test/frontend/src/business/automation/report/components/ScenarioResult.vue +++ b/api-test/frontend/src/business/automation/report/components/ScenarioResult.vue @@ -8,25 +8,25 @@ "> - -
-
- {{ node.index }} -
-
- - - {{ getLabel(node.label) }} - - {{ getLabel(node.label) }} - -
- -
- + +
+
+ {{ node.index }} +
-
+ + + {{ getLabel(node.label) }} + + {{ getLabel(node.label) }} + + + +
+ +
+
@@ -188,4 +188,8 @@ export default { height: 20px; font-size: 12px; } + +:deep(.ms-card .el-card__body) { + padding-right: 1px; +}