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

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

上级 eafe4b2c
......@@ -2,11 +2,8 @@
<template>
<div class='view-container delistview ibizorder-detail-list-view'>
<app-studioaction :viewTitle="$t(model.srfCaption)" viewName="ibizorderdetaillistview"></app-studioaction>
<card class='view-card view-no-toolbar' :bordered="false" :dis-hover="true" >
<card class='view-card view-no-caption view-no-toolbar' :bordered="false" :dis-hover="true" >
<div slot='title' class="header-container">
<span class='caption-info'>{{$t(model.srfCaption)}}</span>
</div>
<div class='view-top-messages'>
</div>
......
<template>
<div class='portlet portal-components-web ' :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' :'500px')}">
<div class="portlet-without-title">
<iframe src="//os.alipayobjects.com/rmsportal/GhjqstwSgxBXrZS.png" style="height: 500px;width: 100%;border-width: 1px;"></iframe>
</div>
......
......@@ -25,3 +25,19 @@
}
// this is less
.portal-components-image {
.portal-components-web{
>.portlet-without-title{
iframe{
html{
body{
img{
width: 100%;
height: 100%;
}
}
}
}
}
}
}
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册