فهرست منبع

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;
+}