mirror of
https://github.com/wanglin2/mind-map.git
synced 2026-02-23 03:17:41 +08:00
Demo:节点下级数量大于100收起时显示省略号
This commit is contained in:
parent
40ea595e62
commit
cf56b5db24
@ -412,6 +412,9 @@ export default {
|
||||
cssText,
|
||||
height: 30
|
||||
}
|
||||
},
|
||||
expandBtnNumHandler: num => {
|
||||
return num >= 100 ? '…' : num
|
||||
}
|
||||
// createNodePrefixContent: (node) => {
|
||||
// const el = document.createElement('div')
|
||||
|
||||
Loading…
Reference in New Issue
Block a user