This commit is contained in:
然则 2015-08-17 12:17:20 +08:00
parent ad02ebe114
commit 4b705d7c85
2 changed files with 2 additions and 1 deletions

View File

@ -9,7 +9,7 @@ var antDTree = React.createClass({
};
},
render() {
return <Tree {...this.props} showIcon={false} showLine={false}>
return <Tree {...this.props} showIcon={false}>
{this.props.children}
</Tree>;
}

View File

@ -14,6 +14,7 @@
top: 10px;
right: 4px;
color: #666;
transition: transform .3s ease;
}
}
.@{treePrefixCls} {