Browse Source

fix: 调整下拉层级

Howie 1 năm trước cách đây
mục cha
commit
8d0f8e902d
1 tập tin đã thay đổi với 4 bổ sung0 xóa
  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;
+}