From 2faa8533a2c83a03a7b5a5e388e2b2e6c08318dc Mon Sep 17 00:00:00 2001 From: fit2-zhao Date: Tue, 10 Jan 2023 10:52:47 +0800 Subject: [PATCH 1/6] =?UTF-8?q?style(=E6=8E=A5=E5=8F=A3=E6=B5=8B=E8=AF=95)?= =?UTF-8?q?:=20=E8=B0=83=E6=95=B4=E5=8A=A0=E8=BD=BD=E7=94=A8=E4=BE=8B?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2=E6=A0=B7=E5=BC=8F=E5=8F=8A=E4=BA=A4=E6=8D=A2?= =?UTF-8?q?=E6=96=B9=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --bug=1021754 --user=赵勇 【接口测试】接口定义-TEST-选择“测试”按钮下拉菜单“加载用例”页面后-再单击“确认”显示错误 https://www.tapd.cn/55049933/s/1324845 --- .../components/case/EditApiCase.vue | 60 ++++++++++++------- .../components/runtest/RunTestHTTPPage.vue | 1 - 2 files changed, 38 insertions(+), 23 deletions(-) diff --git a/api-test/frontend/src/business/definition/components/case/EditApiCase.vue b/api-test/frontend/src/business/definition/components/case/EditApiCase.vue index 26f00c2385..fc57686711 100644 --- a/api-test/frontend/src/business/definition/components/case/EditApiCase.vue +++ b/api-test/frontend/src/business/definition/components/case/EditApiCase.vue @@ -19,28 +19,30 @@ -
- -
+
+
+ +
+
@@ -233,6 +235,9 @@ export default { this.selectCaseId = caseId; }, saveCase(hideAlert) { + if (this.loaded) { + this.close(); + } let index = 0; if (this.selectCaseId && this.selectCaseId !== '') { for (let i = 0; i < this.apiCaseList.length; i++) { @@ -684,4 +689,15 @@ export default { .ms-drawer-case-header :deep(.ms-drawer-header) { margin-left: 0px; } +fieldset { + padding: 0px; + margin: 0px; + min-width: 100%; + min-inline-size: 0px; + border: 0px; +} + +.ms-fieldset .ms-step-tree-cell::-webkit-scrollbar { + width: 0 !important; +} diff --git a/api-test/frontend/src/business/definition/components/runtest/RunTestHTTPPage.vue b/api-test/frontend/src/business/definition/components/runtest/RunTestHTTPPage.vue index de15794c21..a7c7cf760f 100644 --- a/api-test/frontend/src/business/definition/components/runtest/RunTestHTTPPage.vue +++ b/api-test/frontend/src/business/definition/components/runtest/RunTestHTTPPage.vue @@ -114,7 +114,6 @@