Tencent / tdesign-vue-next

A Vue3.x UI components lib for TDesign.
https://tdesign.tencent.com/vue-next
MIT License
1.46k stars 478 forks source link

fix(tree): custom icons cannot be clicked without child nodes #4638

Closed RSS1102 closed 1 month ago

RSS1102 commented 1 month ago

🤔 这个 PR 的性质是?

🔗 相关 Issue

close #4571

💡 需求背景和解决方案

📝 更新日志

☑️ 请求合并前的自查清单

⚠️ 请自检并全部勾选全部选项。⚠️

RSS1102 commented 1 month ago

打算添加一个 测试自定义按钮最后一级点击事件判断图标颜色的测试用例。

github-actions[bot] commented 1 month ago

完成

RSS1102 commented 1 month ago

目前是检测对应节点上的class是否包含t-tree__item--open。 尝试使用过getComputedStyle获取color但是没有成功。