ant-design/components/collapse/demo/collapsible.md
vagusX 38cf5e8a75
docs: unify component export file as index.tsx (#50013)
* 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>
2024-07-23 22:22:24 +08:00

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>