EasyUI Forum

General Category => EasyUI for Vue => Topic started by: mradxz on March 20, 2020, 12:56:47 AM



Title: How to set the node icon of Tree separately in the closed / open state
Post by: mradxz on March 20, 2020, 12:56:47 AM
http://www.jeasyui.com/demo-vue/main/index.php?plugin=Tree&theme=default&dir=ltr&pitem=&sort=asc

tree 的 node icon 在 closed / open 状态下怎么单独设置图标
------------------------
How to set the node icon of Tree separately in the closed / open state


Title: Re: How to set the node icon of Tree separately in the closed / open state
Post by: jarry on March 22, 2020, 08:55:33 PM
Please override the following CSS styles.
Code:
<style>
  .tree-folder{
  }
  .tree-folder-open{
  }
</style>