Commit dba94683 by qinjianhui

fix: select zIndex 重置

parent 4c828d2e
...@@ -41,6 +41,9 @@ ...@@ -41,6 +41,9 @@
.el-loading-mask.is-fullscreen { .el-loading-mask.is-fullscreen {
z-index: 10000 !important; z-index: 10000 !important;
} }
.el-select__popper {
z-index: 5001 !important;
}
.el-overlay { .el-overlay {
z-index: 5000 !important; z-index: 5000 !important;
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment