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

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

上级 16a39707
<template>
<div class='portlet portal-components-web ' :style="{'height': isAdaptiveSize ? 'calc(100% - 16px)' : getHeight,}">
<div class='portlet portal-components-web ' :style="{}">
<div class="portlet-without-title">
<iframe src="https://cn.vuejs.org/" style="height: 300px;width: 100%;border-width: 1px;"></iframe>
<iframe src="https://cn.vuejs.org/" style="height: 400px;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 '300px';
return 'auto';
}
}
......
......@@ -178,7 +178,7 @@
:viewState="viewState"
:viewparams="viewparams"
:context="context"
:height="300"
:height="0"
:width="0"
name="dashboard_sysportlet5"
ref='dashboard_sysportlet5'
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册