fix(测试跟踪): 用例评审添加图片链接时页面展示异常
--bug=1015866 --user=宋昌昌 [测试跟踪]github #16952对每个用例进行评审时,点击添加图片链接 ,页面展示异常 https://www.tapd.cn/55049933/s/1235203
This commit is contained in:
parent
8e00b7b7f1
commit
6ea3e73282
|
@ -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>
|
||||
|
|
|
@ -611,4 +611,8 @@ export default {
|
|||
/deep/ .el-drawer__body {
|
||||
overflow: unset;
|
||||
}
|
||||
|
||||
/deep/ .el-form-item__content {
|
||||
z-index: 1;
|
||||
}
|
||||
</style>
|
||||
|
|
Loading…
Reference in New Issue