mirror of
https://gitee.com/baidu/amis.git
synced 2024-12-05 05:18:34 +08:00
c8c4b6efa3
* 文档优化 * 文档细节调整,删除示例的 height 设置,使用自动撑开 * sdk 使用完整例子,因为新版没发布 * 修复官网语言不正确问题 * 增加 icon 调整颜色及大小的例子 * 修复文字错误 * 补充 each 的文档 * 修复 zh-CN 大写问题
872 B
Executable File
872 B
Executable File
title | description | type | group | menuName | icon | order |
---|---|---|---|---|---|---|
Container 容器 | 0 | ⚙ 组件 | Container 容器 | 38 |
Container 是一种容器组件,它可以渲染其他 amis 组件
基本用法
{
"type": "container",
"body":"这里是容器内容区"
}
属性表
属性名 | 类型 | 默认值 | 说明 |
---|---|---|---|
type | string |
"alert" |
指定为 alert 渲染器 |
className | string |
外层 Dom 的类名 | |
bodyClassName | string |
容器内容区的类名 | |
body | SchemaNode | 容器内容 |