提交 2edf7c66 编写于 作者: Neuromancer255's avatar Neuromancer255

页面嵌入编辑器样式修改

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