DevCloudFE / vue-devui

UI components based on Vue3 and DevUI Design
https://vue-devui.github.io
MIT License
1.01k stars 291 forks source link

✨ [Feature]: devui的tree组件,devui-tree__node不支持有选中的类名 #1880

Closed wwt444 closed 2 weeks ago

wwt444 commented 1 month ago

What problem does this feature solve

devui的tree组件,选中节点的类名目前加在devui-treenode-content上,希望父级节点devui-treenode也能添加一个选中的类名,扩展我们对选中父级节点的样式修改

What does the proposed API look like

devui的tree组件,选中节点的类名只加在子节点devui-tree__node-content上 image image

wwt444 commented 4 weeks ago

1881 已提交PR

fu050409 commented 2 weeks ago

此 issue 关联的 PR 已经被合并,故关闭此 issue。

另外,@wwt444 你可以依照 GitHub 的标准在你的 Pull Request 中的描述文本中加入Resolved #1880(也可以用FixResolves等关键字,参考 GitHub 官方教程)字样来链接你的 PR 和你解决的 issue,这样在 PR 被合并时 issue 会被一并关闭 :)