mirror of
https://github.com/ant-design/ant-design.git
synced 2024-12-19 11:58:41 +08:00
38cf5e8a75
* docs: unify component export file as index.tsx * docs: compatible with old anchors * chore: clean * test: update snapshot * fix: window env --------- Co-authored-by: Peach <scdzwyxst@gmail.com>
14 lines
230 B
Markdown
14 lines
230 B
Markdown
## zh-CN
|
|
|
|
通过 `collapsible` 属性,可以设置面板的可折叠触发区域。
|
|
|
|
## en-US
|
|
|
|
Specify the trigger area of collapsible by `collapsible`.
|
|
|
|
<style>
|
|
#collapse-demo-collapsible .ant-space {
|
|
width: 100%;
|
|
}
|
|
</style>
|