UNPKG
rct-tree
Version:
latest (1.1.2)
1.1.2
1.1.1
1.1.0
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
A tree component based on ReactJS and Typescript.
github.com/jazzyXie/rct-tree
jazzyXie/rct-tree
rct-tree
/
src
/
modules
/
tree
/
style
/
tree.less
8 lines
•
287 B
text/less
View Raw
1
2
3
4
5
6
7
8
.tree-wrapper
{
width
: inherit;
text-align
: center;
font-family
: Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, Microsoft YaHei, \\
5
FAE\
8
F6F\
96
C5\
9
ED1, Arial, sans-serif;
color
:
#515a6e
;
position
: relative;
overflow-y
: scroll; }