mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-28 13:09:40 +08:00
fix some tree style
This commit is contained in:
parent
2d0b56a429
commit
8c9af24d72
@ -80,7 +80,7 @@ const Demo = React.createClass({
|
||||
getNewTreeData(treeData, treeNode.props.eventKey, generateTreeNodes(treeNode), 2);
|
||||
this.setState({ treeData });
|
||||
resolve();
|
||||
}, 500);
|
||||
}, 1000);
|
||||
});
|
||||
},
|
||||
render() {
|
||||
|
@ -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 {
|
||||
|
@ -9,7 +9,7 @@
|
||||
font-family: 'anticon';
|
||||
font-weight: bold;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
top: 1px;
|
||||
right: 4px;
|
||||
color: #666;
|
||||
transition: transform .3s ease;
|
||||
|
Loading…
Reference in New Issue
Block a user