EasyUI Forum
April 18, 2024, 12:17:48 AM *
Welcome, Guest. Please login or register.

Login with username, password and session length
News:
 
   Home   Help Search Login Register  
Pages: [1]
  Print  
Author Topic: How to set the node icon of Tree separately in the closed / open state  (Read 5706 times)
mradxz
Newbie
*
Posts: 8


View Profile
« 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
Logged
jarry
Administrator
Hero Member
*****
Posts: 2260


View Profile Email
« Reply #1 on: March 22, 2020, 08:55:33 PM »

Please override the following CSS styles.
Code:
<style>
  .tree-folder{
  }
  .tree-folder-open{
  }
</style>
Logged
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2013, Simple Machines Valid XHTML 1.0! Valid CSS!