fix 当Tooltip在LayLayer中时由于LayLayer的zIndex=9999导致此处的tooltip显示被覆盖

This commit is contained in:
鄢鹏权 2022-04-21 12:05:09 +00:00 committed by Gitee
parent a897486a33
commit b4a604cf51
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -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();