diff --git a/components/tree-select/demo/checkable.md b/components/tree-select/demo/checkable.md index 6e0a0a5fb3..025ad71c94 100644 --- a/components/tree-select/demo/checkable.md +++ b/components/tree-select/demo/checkable.md @@ -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, diff --git a/style/components/treeSelect.less b/style/components/treeSelect.less index 62b22960c4..6039862750 100644 --- a/style/components/treeSelect.less +++ b/style/components/treeSelect.less @@ -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; } } }