fix:修复编辑过滤组件时,悬浮组件依然在遮罩上方

This commit is contained in:
wangjiahao 2021-07-22 16:18:07 +08:00
parent a0174c77e4
commit 2e7e958b2f
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;