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

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

上级 7de198c1
...@@ -248,7 +248,7 @@ export default class IBIZBOOKPortalComponentsListBase extends Vue implements Con ...@@ -248,7 +248,7 @@ export default class IBIZBOOKPortalComponentsListBase extends Vue implements Con
return this.height+'px'; return this.height+'px';
} }
}else{ }else{
return '300px'; return '500px';
} }
} }
......
...@@ -235,7 +235,7 @@ export default class IBIZBOOKPortalComponentsViewBase extends Vue implements Con ...@@ -235,7 +235,7 @@ export default class IBIZBOOKPortalComponentsViewBase extends Vue implements Con
return this.height+'px'; return this.height+'px';
} }
}else{ }else{
return '300px'; return '500px';
} }
} }
......
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
<span> <span>
<div class='portlet-container dashboard-viewdashboard-container2 ' :style="{}"> <div class='portlet-container dashboard-viewdashboard-container2 ' :style="{}">
<row> <row>
<i-col :md="{ span: 24, offset: 0 }" :lg="{ span: 11, offset: 1 }"> <i-col :md="{ span: 24, offset: 0 }" :lg="{ span: 12, offset: 0 }">
<div class="portlet-without-title"> <div class="portlet-without-title">
<card class="portlet-card custom-card" :bordered="false" dis-hover :padding="10"> <card class="portlet-card custom-card" :bordered="false" dis-hover :padding="10">
<span> <span>
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
:viewState="viewState" :viewState="viewState"
:viewparams="viewparams" :viewparams="viewparams"
:context="context" :context="context"
:height="300" :height="500"
:width="0" :width="0"
name="dashboard_sysportlet1" name="dashboard_sysportlet1"
ref='dashboard_sysportlet1' ref='dashboard_sysportlet1'
...@@ -33,7 +33,7 @@ ...@@ -33,7 +33,7 @@
</card> </card>
</div> </div>
</i-col> </i-col>
<i-col :md="{ span: 24, offset: 0 }" :lg="{ span: 11, offset: 0 }"> <i-col :md="{ span: 24, offset: 0 }" :lg="{ span: 12, offset: 0 }">
<div class="portlet-without-title"> <div class="portlet-without-title">
<card class="portlet-card custom-card" :bordered="false" dis-hover :padding="10"> <card class="portlet-card custom-card" :bordered="false" dis-hover :padding="10">
<span> <span>
...@@ -41,7 +41,7 @@ ...@@ -41,7 +41,7 @@
:viewState="viewState" :viewState="viewState"
:viewparams="viewparams" :viewparams="viewparams"
:context="context" :context="context"
:height="300" :height="500"
:width="0" :width="0"
name="dashboard_sysportlet2" name="dashboard_sysportlet2"
ref='dashboard_sysportlet2' ref='dashboard_sysportlet2'
...@@ -51,7 +51,7 @@ ...@@ -51,7 +51,7 @@
</card> </card>
</div> </div>
</i-col> </i-col>
<i-col :md="{ span: 24, offset: 0 }" :lg="{ span: 22, offset: 1 }"> <i-col :md="{ span: 24, offset: 0 }" :lg="{ span: 24, offset: 0 }">
<div class="portlet-without-title"> <div class="portlet-without-title">
<card class="portlet-card custom-card" :bordered="false" dis-hover :padding="10"> <card class="portlet-card custom-card" :bordered="false" dis-hover :padding="10">
<span> <span>
...@@ -59,7 +59,7 @@ ...@@ -59,7 +59,7 @@
:viewState="viewState" :viewState="viewState"
:viewparams="viewparams" :viewparams="viewparams"
:context="context" :context="context"
:height="300" :height="500"
:width="0" :width="0"
name="dashboard_sysportlet3" name="dashboard_sysportlet3"
ref='dashboard_sysportlet3' ref='dashboard_sysportlet3'
......
...@@ -245,7 +245,7 @@ export default class IBIZOrderPortalComponentsChartBase extends Vue implements C ...@@ -245,7 +245,7 @@ export default class IBIZOrderPortalComponentsChartBase extends Vue implements C
return this.height+'px'; return this.height+'px';
} }
}else{ }else{
return '300px'; return '500px';
} }
} }
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册