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

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

上级 e3afe2db
<template>
<div class='portlet portal-components-web portal-components-image' :style="{'height': isAdaptiveSize ? 'calc(100% - 16px)' : getHeight,'width': isAdaptiveSize ? 'calc(100% - 16px)' : (width ? width+'px' :'500px')}">
<div class='portlet portal-components-web portal-components-image' :style="{'height': isAdaptiveSize ? 'calc(100% - 16px)' : getHeight,'width': isAdaptiveSize ? 'calc(100% - 16px)' : (width ? width+'px' :'650px')}">
<div class="portlet-without-title">
<iframe src="//os.alipayobjects.com/rmsportal/GhjqstwSgxBXrZS.png" style="height: 500px;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: 310px;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 '500px';
return '310px';
}
}
......
......@@ -71,8 +71,8 @@
:viewState="viewState"
:viewparams="viewparams"
:context="context"
:height="500"
:width="500"
:height="310"
:width="650"
name="dashboard_sysportlet5"
ref='dashboard_sysportlet5'
@closeview="closeView($event)">
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册