fix some tree style

This commit is contained in:
afc163 2016-07-13 16:12:44 +08:00
parent 2d0b56a429
commit 8c9af24d72
3 changed files with 3 additions and 4 deletions

View File

@ -80,7 +80,7 @@ const Demo = React.createClass({
getNewTreeData(treeData, treeNode.props.eventKey, generateTreeNodes(treeNode), 2);
this.setState({ treeData });
resolve();
}, 500);
}, 1000);
});
},
render() {

View File

@ -91,9 +91,8 @@
content: '\e6a1';
display: inline-block;
font-family: 'anticon';
font-weight: bold;
animation: loadingCircle 1s infinite linear;
margin-top: 8px;
color: @primary-color;
}
}
&.@{tree-prefix-cls}-switcher {

View File

@ -9,7 +9,7 @@
font-family: 'anticon';
font-weight: bold;
position: absolute;
top: 0;
top: 1px;
right: 4px;
color: #666;
transition: transform .3s ease;