fix(测试跟踪): 测试计划UI列表执行结果分享弹框遮挡问题

--bug=1018880 --user=宋昌昌 【测试跟踪】测试计划-UI测试用例-执行结果-点击弹出报告-点击分享报告-弹框被遮挡 https://www.tapd.cn/55049933/s/1278061
This commit is contained in:
song-cc-rock 2022-10-25 23:03:43 +08:00 committed by jianxing
parent 82ab0ad6ae
commit 361adce9b2
1 changed files with 4 additions and 0 deletions

View File

@ -675,4 +675,8 @@ export default {
vertical-align: middle;
}
:deep(.el-drawer__wrapper) {
z-index: 2000;
}
</style>