Merge pull request #288 from dataease/pr@dev@fix_panel_other-component

fix:修复编辑过滤组件时,悬浮组件依然在遮罩上方
This commit is contained in:
王嘉豪 2021-07-22 16:19:53 +08:00 committed by GitHub
commit 7e12879de5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -150,7 +150,7 @@ export default {
}
.el-card-main {
height: 34px;
z-index: 1000000000;
z-index: 10;
width: 350px;
position: absolute;

View File

@ -172,7 +172,7 @@ export default {
}
.el-card-main {
height: 34px;
z-index: 1000000000;
z-index: 10;
width: 210px;
position: absolute;

View File

@ -165,7 +165,7 @@ export default {
}
.el-card-main {
height: 34px;
z-index: 1000000000;
z-index: 10;
width: 450px;
position: absolute;