refactor(图表): 修复跳转弹窗打开,图表提示框容易遮挡弹框问题
Some checks are pending
Typos Check / Spell Check with Typos (push) Waiting to run

This commit is contained in:
wangjiahao 2025-01-19 22:57:44 +08:00 committed by 王嘉豪
parent 67b81dd64f
commit 303f26dc36

View File

@ -131,7 +131,7 @@ export function getTheme(chart: Chart) {
fontSize: tooltipFontsize + 'px',
background: tooltipBackgroundColor,
boxShadow: '0 4px 8px 0 rgba(0, 0, 0, 0.1)',
'z-index': 3000,
'z-index': 2000,
position: 'fixed'
}
}