提交 caa24a2e 编写于 作者: ibizdev's avatar ibizdev

ShineKOT 发布系统代码 [后台服务,演示应用]

上级 e5240e4a
<template>
<div class='portlet portal-components-web ' :style="{'height': isAdaptiveSize ? 'calc(100% - 16px)' : getHeight,'width': isAdaptiveSize ? 'calc(100% - 16px)' : (width ? width+'px' :'670px')}">
<div class="portlet-without-title">
<iframe src="https://ss3.bdstatic.com/70cFv8Sh_Q1YnxGkpoWK1HF6hhy/it/u=3440461761,3100272262&fm=26&gp=0.jpg" style="height: 320px;width: 100%;border-width: 1px;"></iframe>
<iframe src="https://ss3.bdstatic.com/70cFv8Sh_Q1YnxGkpoWK1HF6hhy/it/u=3440461761,3100272262&fm=26&gp=0.jpg" style="height: 330px;width: 100%;border-width: 1px;"></iframe>
</div>
</div>
</template>
......@@ -228,7 +228,7 @@ export default class IBIZOrderPortalComponentsWebBase extends Vue implements Con
return this.height+'px';
}
}else{
return '320px';
return '330px';
}
}
......
......@@ -130,7 +130,7 @@
:viewState="viewState"
:viewparams="viewparams"
:context="context"
:height="320"
:height="330"
:width="670"
name="dashboard_sysportlet5"
ref='dashboard_sysportlet5'
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册