mirror of
https://github.com/dataease/dataease.git
synced 2025-02-24 11:32:57 +08:00
refactor(图表): 修复跳转弹窗打开,图表提示框容易遮挡弹框问题
Some checks are pending
Typos Check / Spell Check with Typos (push) Waiting to run
Some checks are pending
Typos Check / Spell Check with Typos (push) Waiting to run
This commit is contained in:
parent
67b81dd64f
commit
303f26dc36
@ -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'
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user