fix(性能设置): 对性能报告的环境弹窗设置高优先级z-index来保证弹窗不会被遮挡

--bug=1018704 --user=宋天阳 【性能测试】使用环境组执行测试-任务中心查看-点击...-不展示所有环境
https://www.tapd.cn/55049933/s/1275090
This commit is contained in:
song-tianyang 2022-10-24 18:32:08 +08:00 committed by 建国
parent fe14e5ce10
commit 70f5d1f37f
1 changed files with 2 additions and 0 deletions

View File

@ -5,6 +5,7 @@
width="30%"
:append-to-body="true"
:destroy-on-close="true"
z-index="99998"
:before-close="handleClose">
<div>
<div v-if="projectEnvMap" type="flex">
@ -40,6 +41,7 @@ export default {
this.dialogVisible = true;
this.projectEnvMap = projectEnvMap;
}
}
}
</script>