From b4a604cf5152aaf64ddddd3a68d2ac15b60f3a80 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=84=A2=E9=B9=8F=E6=9D=83?= <490523604@qq.com> Date: Thu, 21 Apr 2022 12:05:09 +0000 Subject: [PATCH] =?UTF-8?q?fix=20=E5=BD=93Tooltip=E5=9C=A8LayLayer?= =?UTF-8?q?=E4=B8=AD=E6=97=B6=E7=94=B1=E4=BA=8ELayLayer=E7=9A=84zIndex=3D9?= =?UTF-8?q?999=E5=AF=BC=E8=87=B4=E6=AD=A4=E5=A4=84=E7=9A=84tooltip?= =?UTF-8?q?=E6=98=BE=E7=A4=BA=E8=A2=AB=E8=A6=86=E7=9B=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package/component/src/component/popper/index.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/component/src/component/popper/index.less b/package/component/src/component/popper/index.less index 38576de8..49e3240f 100644 --- a/package/component/src/component/popper/index.less +++ b/package/component/src/component/popper/index.less @@ -90,7 +90,7 @@ box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.15); .theme(@ligh-background, @ligh-color, @border-clor); max-width: 300px; - z-index: 9999; + z-index: 99999; // 箭头默认居中 .all-arrow-default-center();