mirror of
https://github.com/ant-design/ant-design.git
synced 2024-12-11 23:00:20 +08:00
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;
|
||
|
}
|
||
|
```
|