本文最后更新于 270 天前,如有失效请评论区留言。
element Dialog对话框或弹窗打开两次后el-select层级被遮挡
因为每次打开后el-overlay的z-index都在递增,但弹窗里的index都没有改变就会导致弹出框在select的上面
方法一: 更新2.1.10版本以上 详情: https://github.com/element-plus/element-plus/pull/7115
方法二: el-select添加 :teleported=’false’
方法三: 最简单的就是给select添加popper-class,然后给这个class的z-index层级设置很高