lanseliuyia

Results 5 comments of lanseliuyia

> * [ ] I have searched the [issues](https://github.com/vueComponent/ant-design-vue/issues) of this repository and believe that this is not a duplicate. > > ### What problem does this feature solve? >...

解决了嘛

al-cascader有一个清空的icon,找到对应的icon,执行click `Array.from(document.getElementsByClassName("ivu-icon-ios-close-circle"), dom => { dom.click(); })` 可以对指定组件增加classname,选中指定的icon