Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
ste7en committed Nov 30, 2017
1 parent 6e4004f commit f70909e
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/components/org-tree/node.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,7 @@ export const renderNode = (h, data, context) => {
domProps: {
className: cls.join(' ')
}
}, [h('div', {
domProps: {
className: 'org-tree-node-inner'
}
}, childNodes)])
}, childNodes)
}

// 创建展开折叠按钮
Expand Down

0 comments on commit f70909e

Please sign in to comment.