Merge pull request #304 from dataease/pr@V1.1@fix_panel_edit-attr

fix:修复编辑过滤组件时,悬浮组件依然在遮罩上方
This commit is contained in:
王嘉豪
2021-07-23 11:34:22 +08:00
committed by GitHub
4 changed files with 4 additions and 4 deletions

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

@@ -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;