mirror of
https://github.com/dataease/dataease.git
synced 2025-02-23 19:12:55 +08:00
parent
13dac591b0
commit
192e4be6f4
@ -133,6 +133,18 @@ export function getTheme(chart: Chart) {
|
||||
boxShadow: '0 4px 8px 0 rgba(0, 0, 0, 0.1)',
|
||||
'z-index': 2000,
|
||||
position: 'fixed'
|
||||
},
|
||||
'g2-tooltip-list-item': {
|
||||
display: 'flex',
|
||||
'align-items': 'center'
|
||||
},
|
||||
'g2-tooltip-name': {
|
||||
display: 'inline-block',
|
||||
flex: 1
|
||||
},
|
||||
'g2-tooltip-marker': {
|
||||
'min-width': '8px',
|
||||
'min-height': '8px'
|
||||
}
|
||||
}
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user