mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-12-15 01:11:26 +08:00
18 lines
198 B
Markdown
18 lines
198 B
Markdown
|
## zh-CN
|
||
|
|
||
|
嵌套使用的紧凑布局
|
||
|
|
||
|
## en-US
|
||
|
|
||
|
Nested `Space.Compact`
|
||
|
|
||
|
```css
|
||
|
[data-theme='compact'] .select-before {
|
||
|
width: 71px;
|
||
|
}
|
||
|
|
||
|
[data-theme='compact'] .select-after {
|
||
|
width: 65px;
|
||
|
}
|
||
|
```
|