forked from github/dataease
fix:修复编辑过滤组件时,悬浮组件依然在遮罩上方
This commit is contained in:
parent
a0174c77e4
commit
2e7e958b2f
@ -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