mirror of
https://github.com/ant-design/ant-design.git
synced 2024-12-04 17:09:46 +08:00
26 lines
271 B
Markdown
26 lines
271 B
Markdown
|
## zh-CN
|
||
|
|
||
|
调试 Input 前置/后置标签。
|
||
|
|
||
|
## en-US
|
||
|
|
||
|
Input addon debug.
|
||
|
|
||
|
```css
|
||
|
.select-before {
|
||
|
width: 90px;
|
||
|
}
|
||
|
|
||
|
.select-after {
|
||
|
width: 80px;
|
||
|
}
|
||
|
|
||
|
[data-theme='compact'] .select-before {
|
||
|
width: 71px;
|
||
|
}
|
||
|
|
||
|
[data-theme='compact'] .select-after {
|
||
|
width: 65px;
|
||
|
}
|
||
|
```
|