mirror of
https://gitee.com/baidu/amis.git
synced 2024-12-15 09:21:13 +08:00
347c6cf6d0
更新iframe宽高属性的说明文档
871 B
Executable File
871 B
Executable File
title | description | type | group | menuName | icon | order |
---|---|---|---|---|---|---|
iFrame | 0 | ⚙ 组件 | iFrame | 51 |
基本使用
内嵌外部站点,可用 iframe 来实现。
{
"type": "iframe",
"src": "https://www.baidu.com"
}
属性表
属性名 | 类型 | 默认值 | 说明 |
---|---|---|---|
type | string |
"iframe" |
指定为 iFrame 渲染器 |
className | string |
iFrame 的类名 | |
frameBorder | Array |
frameBorder | |
style | object |
样式 | |
src | string |
iframe地址 | |
height | string |
"100%" |
iframe高 |
width | string |
"100%" |
iframe宽 |