From ea0f4c399b19f5ddc75bc3ed50d452b3f0f24bf7 Mon Sep 17 00:00:00 2001 From: 2betop <2betop.cn@gmail.com> Date: Fri, 31 Jul 2020 12:01:45 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E6=8E=89=20select=20=E4=B8=8A?= =?UTF-8?q?=E7=9A=84=20zIndex?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scss/components/form/_select.scss | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/scss/components/form/_select.scss b/scss/components/form/_select.scss index 9ac207f8..2ab8a820 100644 --- a/scss/components/form/_select.scss +++ b/scss/components/form/_select.scss @@ -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);