-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Open
Labels
need improvementLack of information or incorrect formatLack of information or incorrect formatquestion 💬This issue is just a question. It will be converted into discussion automaticallyThis issue is just a question. It will be converted into discussion automaticallywaiting for maintainerTriage or intervention needed from a maintainer.Triage or intervention needed from a maintainer.
Description
Describe the bug / 问题描述
getContent: (e, items) => {
let names = items[0].data || [];
let str = '';
for (let i = 0; i < names .length; i++) {
str += `<div class="list-item"
onmouseover="this.style.background='#ccc'"
onmouseout="this.style.background='transparent'"
>${names [i]}</div>`;
}
return `
<div class="node">
<div >
列表
</div>
${str}
</div>
`;
},
style: {
'.node': {
'max-width': '400px',
'max-height': '500px',
'overflow-y': 'auto',
},
},
Reproduction link / 复现链接
No response
Steps to Reproduce the Bug or Issue / 重现步骤
No response
Version / 版本
🆕 5.x
OS / 操作系统
- macOS
- Windows
- Linux
- Others / 其他
Browser / 浏览器
- Chrome
- Edge
- Firefox
- Safari (Limited support / 有限支持)
- IE (Nonsupport / 不支持)
- Others / 其他
Metadata
Metadata
Assignees
Labels
need improvementLack of information or incorrect formatLack of information or incorrect formatquestion 💬This issue is just a question. It will be converted into discussion automaticallyThis issue is just a question. It will be converted into discussion automaticallywaiting for maintainerTriage or intervention needed from a maintainer.Triage or intervention needed from a maintainer.