ant-design/components/select/demo/option-label-prop.md

14 lines
231 B
Markdown
Raw Normal View History

## zh-CN
使用 `optionLabelProp` 指定回填到选择框的 `Option` 属性。
## en-US
2020-12-31 09:04:23 +08:00
Specify the prop name of Option which will be rendered in select box.
```css
.demo-option-label-item > span {
margin-right: 6px;
}
```