cems中echarts的tooltip位置自适应

This commit is contained in:
shijing 2024-03-08 09:37:59 +08:00
parent fbc2766534
commit 7b5c19ee83
1 changed files with 2 additions and 1 deletions

View File

@ -112,7 +112,8 @@ export default {
text: '设备名称'
},
tooltip: {
trigger: 'axis'
trigger: 'axis',
confine: true,
},
grid: {
left: '3%',