Fixed: Change Tree Icon Position

This commit is contained in:
zhaojisen
2025-01-02 14:54:41 +08:00
committed by Bryan
parent 5b3b8f72cd
commit dc0a0ae868

View File

@@ -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) {