From 7839946beddaab85745371e68daad2696be97975 Mon Sep 17 00:00:00 2001 From: baiqi Date: Thu, 13 Jul 2023 12:42:09 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E6=8E=A5=E5=8F=A3=E6=B5=8B=E8=AF=95):=20?= =?UTF-8?q?=E5=9C=BA=E6=99=AF=E6=95=B0=E6=8D=AE-=E9=A2=91=E7=B9=81?= =?UTF-8?q?=E6=BB=9A=E5=8A=A8=E5=AF=BC=E8=87=B4=E5=8D=A1=E9=A1=BF=E9=97=AE?= =?UTF-8?q?=E9=A2=98=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --bug=1027706 --user=白奇 【接口测试】场景详情-批量展开/单独展开-步骤显示问题 https://www.tapd.cn/55049933/s/1392374 --- .../business/automation/scenario/EditApiScenario.vue | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/api-test/frontend/src/business/automation/scenario/EditApiScenario.vue b/api-test/frontend/src/business/automation/scenario/EditApiScenario.vue index 0290905d25..68be1e4b2b 100644 --- a/api-test/frontend/src/business/automation/scenario/EditApiScenario.vue +++ b/api-test/frontend/src/business/automation/scenario/EditApiScenario.vue @@ -275,7 +275,7 @@ node-key="id" height="calc(100vh - 170px)" :minItemSize="43" - :sizeDependencies="['expanded', 'checked']" + :sizeDependencies="['expanded']" :props="props" :data="scenarioDefinition" :buffer="300" @@ -294,7 +294,6 @@ :key="reloadTree"> - + + -