forked from github/dataease
fix:修复编辑过滤组件时,悬浮组件依然在遮罩上方
This commit is contained in:
parent
747e79ebe9
commit
b2ea0c7123
@ -172,7 +172,7 @@ export default {
|
||||
}
|
||||
.el-card-main {
|
||||
height: 34px;
|
||||
z-index: 1000000000;
|
||||
z-index: 10;
|
||||
width: 210px;
|
||||
position: absolute;
|
||||
|
||||
|
@ -150,7 +150,7 @@ export default {
|
||||
}
|
||||
.el-card-main {
|
||||
height: 34px;
|
||||
z-index: 1000000000;
|
||||
z-index: 10;
|
||||
width: 350px;
|
||||
position: absolute;
|
||||
|
||||
|
@ -172,7 +172,7 @@ export default {
|
||||
}
|
||||
.el-card-main {
|
||||
height: 34px;
|
||||
z-index: 1000000000;
|
||||
z-index: 10;
|
||||
width: 210px;
|
||||
position: absolute;
|
||||
|
||||
|
@ -165,7 +165,7 @@ export default {
|
||||
}
|
||||
.el-card-main {
|
||||
height: 34px;
|
||||
z-index: 1000000000;
|
||||
z-index: 10;
|
||||
width: 450px;
|
||||
position: absolute;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user