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

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

上级 caa24a2e
<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 portal-components-web ' :style="{'height': isAdaptiveSize ? 'calc(100% - 16px)' : getHeight,}">
<div class="portlet-without-title">
<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>
<iframe src="https://ss3.bdstatic.com/70cFv8Sh_Q1YnxGkpoWK1HF6hhy/it/u=3440461761,3100272262&fm=26&gp=0.jpg" style="height: 300px;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 '330px';
return '300px';
}
}
......
......@@ -122,24 +122,26 @@
<card class="portlet-card" :bordered="false" dis-hover :padding="0">
<span>
<div class='portlet-container dashboard-viewdashboard-container2 ' :style="{}">
<div style = 'display : flex; justify-content :center; '>
<div class="portlet-without-title">
<card class="portlet-card custom-card" :bordered="false" dis-hover :padding="10">
<span>
<view_dashboard_sysportlet5
<row>
<i-col :md="{ span: 24, offset: 0 }" :lg="{ span: 10, offset: 7 }">
<div class="portlet-without-title">
<card class="portlet-card custom-card" :bordered="false" dis-hover :padding="10">
<span>
<view_dashboard_sysportlet5
:viewState="viewState"
:viewparams="viewparams"
:context="context"
:height="330"
:width="670"
:height="300"
:width="0"
name="dashboard_sysportlet5"
ref='dashboard_sysportlet5'
@closeview="closeView($event)">
</view_dashboard_sysportlet5>
</span>
</card>
</div>
</div>
</span>
</card>
</div>
</i-col>
</row>
</div>
</span>
</card>
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册