去掉 select 上的 zIndex

This commit is contained in:
2betop 2020-07-31 12:01:45 +08:00
parent d41fd123e2
commit ea0f4c399b
1 changed files with 3 additions and 1 deletions

View File

@ -293,7 +293,9 @@
border-top-left-radius: 0;
border-top-right-radius: 0;
min-width: px2rem(100px);
z-index: 10;
// PopOver 上已经配置了这个要是配置就会覆盖所以先干掉好了
// z-index: 10;
&.#{$ns}PopOver--leftTopLeftBottom {
margin-top: -($Form-select-popoverGap - $Form-select-outer-borderWidth);