liuxiaolong
2019-05-06 3e0536f508aad49f743e7bfabca34e3980a1b6e2
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
[dir="rtl"] {
  .tree {
    text-align: right;
  }
 
  .tree-icon.tree-checkbox,
  .tree-icon.tree-themeicon {
    transform: scaleX(-1);
  }
 
  .tree-default.tree-rtl .tree-node {
    margin-right: 30px;
  }
  .tree-default > .tree-container-ul > .tree-node {
    margin-right: 0;
  }
}
 
.tree-closed > .tree-children .tree-selected,
.tree-closed:not(.tree-leaf) > .tree-children .tree-wholerow-clicked {
  background: none !important;
}