提交 6108a88b 编写于 作者: zhujiamin's avatar zhujiamin

表单iframe样式

上级 4c2c55cb
<div v-show="detailsModel.${item.name}.visible"<#if item.getContentWidth?? && item.getContentWidth()?? && item.getContentWidth()!=0>style="height:${item.getContentHeight()}px;width:${item.getContentWidth()}px"<#else>style="height:${item.getContentHeight()}px;width:100%"</#if>>
<div v-show="detailsModel.${item.name}.visible"<#if item.getContentWidth?? && item.getContentWidth()?? && item.getContentWidth()!=0> style="height:${item.getContentHeight()}px;width:${item.getContentWidth()}px"<#else>style="height:${item.getContentHeight()}px;width:100%"</#if>>
<iframe src='${item.getIFrameUrl()}'></iframe>
</div>
\ No newline at end of file
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册