From c96771d588dfacb62875e3ba19edc4bf83c854e0 Mon Sep 17 00:00:00 2001 From: chenjianxing Date: Tue, 22 Feb 2022 13:58:55 +0800 Subject: [PATCH] =?UTF-8?q?refactor(=E6=B5=8B=E8=AF=95=E8=B7=9F=E8=B8=AA):?= =?UTF-8?q?=20=E7=94=A8=E4=BE=8B=E4=BF=9D=E5=AD=98=E6=8C=89=E9=92=AE?= =?UTF-8?q?=E6=A0=B7=E5=BC=8F=E4=BC=98=E5=8C=96=20--bug=3D1010481=20--user?= =?UTF-8?q?=3D=E9=99=88=E5=BB=BA=E6=98=9F=20[=E6=B5=8B=E8=AF=95=E8=B7=9F?= =?UTF-8?q?=E8=B8=AA]-=E5=8A=9F=E8=83=BD=E7=94=A8=E4=BE=8B-=E4=BE=9D?= =?UTF-8?q?=E8=B5=96=E5=85=B3=E7=B3=BB=E4=B8=AD=E6=B7=BB=E5=8A=A0=E5=A4=9A?= =?UTF-8?q?=E4=B8=AA=E5=89=8D=E7=BD=AE=E7=94=A8=E4=BE=8B=E5=90=8E=E5=8F=98?= =?UTF-8?q?=E6=9B=B4=E5=8E=86=E5=8F=B2=E6=98=BE=E7=A4=BA=E4=BC=98=E5=8C=96?= =?UTF-8?q?=20https://www.tapd.cn/55049933/s/1107393?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/api/automation/scenario/EditApiScenario.vue | 2 +- .../api/automation/scenario/maximize/MaximizeScenario.vue | 2 +- .../business/components/track/case/components/TestCaseEdit.vue | 2 +- .../components/track/case/components/TestCaseEditShow.vue | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/frontend/src/business/components/api/automation/scenario/EditApiScenario.vue b/frontend/src/business/components/api/automation/scenario/EditApiScenario.vue index 31d1158271..2004fc431c 100644 --- a/frontend/src/business/components/api/automation/scenario/EditApiScenario.vue +++ b/frontend/src/business/components/api/automation/scenario/EditApiScenario.vue @@ -1962,7 +1962,7 @@ export default { .ms-opt-btn { position: fixed; right: 50px; - z-index: 1; + z-index: 9; } .ms-tree >>> .el-tree-node__expand-icon.expanded { diff --git a/frontend/src/business/components/api/automation/scenario/maximize/MaximizeScenario.vue b/frontend/src/business/components/api/automation/scenario/maximize/MaximizeScenario.vue index b7cbbf8006..a205c2be37 100644 --- a/frontend/src/business/components/api/automation/scenario/maximize/MaximizeScenario.vue +++ b/frontend/src/business/components/api/automation/scenario/maximize/MaximizeScenario.vue @@ -993,7 +993,7 @@ export default { .ms-opt-btn { position: fixed; right: 50px; - z-index: 1; + z-index: 9; } .ms-tree >>> .el-tree-node__expand-icon.expanded { diff --git a/frontend/src/business/components/track/case/components/TestCaseEdit.vue b/frontend/src/business/components/track/case/components/TestCaseEdit.vue index 0296bbbcf1..cfa3f36fde 100644 --- a/frontend/src/business/components/track/case/components/TestCaseEdit.vue +++ b/frontend/src/business/components/track/case/components/TestCaseEdit.vue @@ -1121,7 +1121,7 @@ export default { .ms-opt-btn { position: fixed; right: 50px; - z-index: 1; + z-index: 9; } .ms-case-input { diff --git a/frontend/src/business/components/track/case/components/TestCaseEditShow.vue b/frontend/src/business/components/track/case/components/TestCaseEditShow.vue index 628a878106..ace8274c32 100644 --- a/frontend/src/business/components/track/case/components/TestCaseEditShow.vue +++ b/frontend/src/business/components/track/case/components/TestCaseEditShow.vue @@ -1004,7 +1004,7 @@ export default { .ms-opt-btn { position: fixed; right: 50px; - z-index: 1; + z-index: 9; } .ms-case-input {