Skip to content

Commit

Permalink
Fixed: Change Tree Icon Position
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhaoJiSen committed Jan 2, 2025
1 parent 9efccb8 commit c76939e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Tree/DataZTree/components/ZTree/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ export default {
</a>`
const treeActions = `${showSearch ? searchIcon : ''}${showRefresh ? refreshIcon : ''}`
const icons = `
<span style="float: right; margin-right: 10px">
<span>
${treeActions}
</span>`
if (rootNode) {
Expand Down

0 comments on commit c76939e

Please sign in to comment.