mirror of
https://github.com/ant-design/ant-design.git
synced 2024-12-02 15:59:38 +08:00
17 lines
286 B
Markdown
17 lines
286 B
Markdown
|
## zh-CN
|
||
|
|
||
|
通过 `collapsible` 属性,可以设置面板的可折叠触发区域。
|
||
|
|
||
|
## en-US
|
||
|
|
||
|
Specify the trigger area of collapsible by `collapsible`.
|
||
|
|
||
|
<style>
|
||
|
[data-theme="compact"] p, p {
|
||
|
margin: 0;
|
||
|
}
|
||
|
#components-collapse-demo-collapsible .ant-space {
|
||
|
width: 100%;
|
||
|
}
|
||
|
</style>
|