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

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

上级 16a39707
<template> <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"> <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>
</div> </div>
</template> </template>
...@@ -228,7 +228,7 @@ export default class IBIZOrderPortalComponentsWebBase extends Vue implements Con ...@@ -228,7 +228,7 @@ export default class IBIZOrderPortalComponentsWebBase extends Vue implements Con
return this.height+'px'; return this.height+'px';
} }
}else{ }else{
return '300px'; return 'auto';
} }
} }
......
...@@ -178,7 +178,7 @@ ...@@ -178,7 +178,7 @@
:viewState="viewState" :viewState="viewState"
:viewparams="viewparams" :viewparams="viewparams"
:context="context" :context="context"
:height="300" :height="0"
:width="0" :width="0"
name="dashboard_sysportlet5" name="dashboard_sysportlet5"
ref='dashboard_sysportlet5' ref='dashboard_sysportlet5'
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册