NEZ-1101 fix;进入告警信息详情页面,截图中的字段有遮挡

This commit is contained in:
zhangyu
2021-10-27 17:57:30 +08:00
parent 941eeb186b
commit c284c77925

View File

@@ -53,7 +53,7 @@ const commonOption = {
},
tooltip: { // 和 option.tooltip 的配置项相同
show: true,
position: 'top',
position: 'bottom',
formatter (param) {
return param.title // 自定义的 DOM 结构
},