mirror of
https://github.com/ant-design/ant-design.git
synced 2024-12-04 08:59:40 +08:00
b9a6b7b578
* demo: update demo * add form * clear * add Select * add * fix style * fix style * fix * revert
18 lines
156 B
Markdown
18 lines
156 B
Markdown
## zh-CN
|
|
|
|
调试 Input 前置/后置标签。
|
|
|
|
## en-US
|
|
|
|
Input addon debug.
|
|
|
|
```css
|
|
.select-before {
|
|
width: 90px;
|
|
}
|
|
|
|
.select-after {
|
|
width: 80px;
|
|
}
|
|
```
|