fix(测试跟踪): 用例评审添加图片链接时页面展示异常

--bug=1015866 --user=宋昌昌 [测试跟踪]github #16952对每个用例进行评审时,点击添加图片链接 ,页面展示异常 https://www.tapd.cn/55049933/s/1235203
This commit is contained in:
song-cc-rock 2022-08-29 16:47:56 +08:00 committed by jianxing
parent 8e00b7b7f1
commit 6ea3e73282
2 changed files with 12 additions and 0 deletions

View File

@ -628,4 +628,12 @@ p {
/deep/ .el-drawer__body {
overflow: unset;
}
/deep/ .el-form-item__content {
z-index: 1;
}
.head-bar {
z-index: 1;
}
</style>

View File

@ -611,4 +611,8 @@ export default {
/deep/ .el-drawer__body {
overflow: unset;
}
/deep/ .el-form-item__content {
z-index: 1;
}
</style>