From 4a40e6f4e551507a2c30993d57c513393833f55e Mon Sep 17 00:00:00 2001 From: baiqi Date: Mon, 28 Oct 2024 16:07:11 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E6=8E=A5=E5=8F=A3=E6=B5=8B=E8=AF=95):=20cs?= =?UTF-8?q?v?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../step/stepNodeComposition/csvTag.vue | 68 +++++++++++-------- 1 file changed, 40 insertions(+), 28 deletions(-) diff --git a/frontend/src/views/api-test/scenario/components/step/stepNodeComposition/csvTag.vue b/frontend/src/views/api-test/scenario/components/step/stepNodeComposition/csvTag.vue index 4b5dcb3bc0..2bb6d3305e 100644 --- a/frontend/src/views/api-test/scenario/components/step/stepNodeComposition/csvTag.vue +++ b/frontend/src/views/api-test/scenario/components/step/stepNodeComposition/csvTag.vue @@ -2,13 +2,17 @@ -
- {{ `CSV ${props.step.csvIds?.length}` }} +
+ {{ `CSV ${csvList.length}` }}
@@ -156,7 +168,7 @@ border-radius: var(--border-radius-small); color: var(--color-text-4); line-height: 18px; - &:hover { + &:not(:disabled):hover { border-color: rgb(var(--primary-5)); color: rgb(var(--primary-5)); }