diff --git a/src/components/Tree/DataZTree/components/ZTree/index.vue b/src/components/Tree/DataZTree/components/ZTree/index.vue index 82191e580..b8043bf80 100644 --- a/src/components/Tree/DataZTree/components/ZTree/index.vue +++ b/src/components/Tree/DataZTree/components/ZTree/index.vue @@ -157,7 +157,7 @@ export default { ` const treeActions = `${showSearch ? searchIcon : ''}${showRefresh ? refreshIcon : ''}` const icons = ` - + ${treeActions} ` if (rootNode) {