mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-25 11:40:04 +08:00
up less
This commit is contained in:
parent
ad02ebe114
commit
4b705d7c85
@ -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>;
|
||||
}
|
||||
|
@ -14,6 +14,7 @@
|
||||
top: 10px;
|
||||
right: 4px;
|
||||
color: #666;
|
||||
transition: transform .3s ease;
|
||||
}
|
||||
}
|
||||
.@{treePrefixCls} {
|
||||
|
Loading…
Reference in New Issue
Block a user