tweak tree styles

This commit is contained in:
afc163 2017-03-28 20:20:29 +08:00
parent 0fd88acc93
commit d6af3a7a1c
2 changed files with 2 additions and 0 deletions

View File

@ -63,6 +63,7 @@ ReactDOM.render(<Demo />, mountNode);
color: #999;
transition: transform .3s ease;
margin-top: 2px;
background: #fff;
}
#components-tree-demo-customized-icon .ant-tree-iconEle.ant-tree-icon__docu::after {
content: "\E664";

View File

@ -22,6 +22,7 @@
.iconfont-size-under-12px(12px);
display: inline-block;
.iconfont-font(@@type);
vertical-align: baseline;
font-weight: normal;
color: @tree-showline-icon-color;
transition: transform .3s ease;