mirror of
https://gitee.com/baidu/amis.git
synced 2024-12-04 04:59:17 +08:00
19 lines
436 B
Markdown
19 lines
436 B
Markdown
## Collapse
|
|
|
|
折叠器
|
|
|
|
- `type` 请设置成 `collapse`
|
|
- `title` 标题
|
|
- `collapsed` 默认是否要收起。
|
|
- `className` CSS 类名,默认:`bg-white wrapper`。
|
|
- `headingClassName` 标题 CSS 类名,默认:`font-thin b-b b-light text-lg p-b-xs`。
|
|
- `bodyClassName` 内容 CSS 类名。
|
|
|
|
```schema:height="350" scope="body"
|
|
{
|
|
"type": "collapse",
|
|
"title": "标题",
|
|
"body": "内容。。。"
|
|
}
|
|
```
|