mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-11-30 19:19:26 +08:00
fix tree-select style
This commit is contained in:
parent
86f36af78e
commit
a2ec91a545
@ -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,
|
||||
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user