mirror of
https://github.com/ant-design/ant-design.git
synced 2024-12-03 00:09:39 +08:00
14 lines
243 B
Markdown
14 lines
243 B
Markdown
|
## zh-CN
|
||
|
|
||
|
使用 `status` 为 Select 添加状态,可选 `error` 或者 `warning`。
|
||
|
|
||
|
## en-US
|
||
|
|
||
|
Add status to Select with `status`, which could be `error` or `warning`.
|
||
|
|
||
|
```css
|
||
|
#components-select-demo-status .ant-select {
|
||
|
margin: 0;
|
||
|
}
|
||
|
```
|