This commit is contained in:
RickCole21 2020-07-31 12:36:10 +08:00
commit 41b7e6b9bd
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);