浏览代码

fix: 调整下拉层级

Howie 1 年之前
父节点
当前提交
8d0f8e902d
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. 4 0
      src/styles/index.scss

+ 4 - 0
src/styles/index.scss

@@ -479,3 +479,7 @@ input[type='number']::-webkit-outer-spin-button {
     text-overflow: ellipsis;
   }
 }
+
+.el-select-dropdown {
+  z-index: 999999 !important;
+}