ThinkChat2.0新版上线,更智能更精彩,支持会话、画图、视频、阅读、搜索等,送10W Token,即刻开启你的AI之旅 广告
## `modal-iframe` 参数 相关的 `JS` 在 `modal.js` 中,其实就是对 `layer` 的一些组件的封装! 参数相关说明文档:http://www.layui.com/doc/modules/layer.html | 参数 | 说明 | 示例 | | --- | --- | --- | | type | 默认1 | 一般不写 | | title | 标题 | "title":"详细信息" | | full | 弹出层全屏 | "full":"true" | | shadeClose | 是否点击遮罩关闭 | shadeClose:true | | shade | 弹层外区域 | | | content | 内容有多种形式 | | | area | 弹出大小 | "area":"600px,500px" | | anim | 动画默认5,渐显,0-6 | anim:0 |