【update】-中国牵头标准信息统计 字段过长悬浮显示不下bug的修改
This commit is contained in:
@@ -60,11 +60,12 @@ export default {
|
||||
let mapData = projectName[toolIndex]
|
||||
dataStr += ` <div style="margin: 0 8px;"><span style="color:#333">${seriesItem.name}</span></div>`
|
||||
mapData.forEach(item => {
|
||||
dataStr += `<div style="margin: 0 8px;"><span style="color:#666">${item}</span></div>`
|
||||
dataStr += `<div style="margin: 0 8px;"><span style="color:#666;white-space: pre-wrap; word-break: break-all">${item}</span></div>`
|
||||
})
|
||||
})
|
||||
return dataStr
|
||||
},
|
||||
extraCssText:'max-width:500px;'
|
||||
},
|
||||
grid: {
|
||||
left: '0',
|
||||
|
||||
Reference in New Issue
Block a user