From 7e82aac17d0d01d8169ece0cb3684987fc1dab24 Mon Sep 17 00:00:00 2001 From: fit2-zhao Date: Fri, 6 Aug 2021 15:17:29 +0800 Subject: [PATCH] =?UTF-8?q?fix=20(=E6=8E=A5=E5=8F=A3=E8=87=AA=E5=8A=A8?= =?UTF-8?q?=E5=8C=96):=20=E5=BE=AA=E7=8E=AF=E7=BB=93=E6=9E=9C=E5=B1=95?= =?UTF-8?q?=E7=A4=BA=E6=8E=92=E7=89=88=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../scenario/component/ApiComponent.vue | 99 ++++++++++++------- 1 file changed, 61 insertions(+), 38 deletions(-) diff --git a/frontend/src/business/components/api/automation/scenario/component/ApiComponent.vue b/frontend/src/business/components/api/automation/scenario/component/ApiComponent.vue index e3fa3aef07..a1a98107ae 100644 --- a/frontend/src/business/components/api/automation/scenario/component/ApiComponent.vue +++ b/frontend/src/business/components/api/automation/scenario/component/ApiComponent.vue @@ -25,9 +25,9 @@ @@ -42,54 +42,76 @@

{{ $t('api_test.definition.request.req_param') }}

- + + + - + - - - - - +
@@ -500,6 +522,7 @@ export default { .ms-req-error { color: #F56C6C; } + .ms-test-running { color: #6D317C; }