fix tree-select style

This commit is contained in:
yiminghe 2016-02-22 21:38:24 +08:00
parent 86f36af78e
commit a2ec91a545
2 changed files with 3 additions and 3 deletions

View File

@ -50,7 +50,7 @@ const Demo = React.createClass({
render() {
const tProps = {
treeData,
size: 'small',
size: 'large',
value: this.state.value,
onChange: this.onChange,
multiple: true,

View File

@ -242,10 +242,10 @@
.@{tree-select-prefix-cls}-selection__rendered {
li {
height: 24px;
height: 22px;
.@{tree-select-prefix-cls}-selection__choice__content {
font-size: 14px;
line-height: 24px;
line-height: 22px;
}
}
}