mirror of
https://github.com/dataease/dataease.git
synced 2026-05-21 04:08:10 +08:00
refactor(图表): 修复跳转弹窗打开,图表提示框容易遮挡弹框问题
This commit is contained in:
@@ -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'
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user