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

Merge pull request !67 from 鄢鹏权/N/A
This commit is contained in:
Sight 2022-04-21 12:15:08 +00:00 committed by Gitee
commit 11f5d9a5c8
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();