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

xignzi006 发布系统代码

上级 60d9e01e
...@@ -16,7 +16,6 @@ ...@@ -16,7 +16,6 @@
:viewState="viewState" :viewState="viewState"
:viewparams="viewparams" :viewparams="viewparams"
:context="context" :context="context"
:height="300"
name="db_sysportlet1" name="db_sysportlet1"
ref='db_sysportlet1' ref='db_sysportlet1'
@closeview="closeView($event)"> @closeview="closeView($event)">
......
...@@ -278,7 +278,7 @@ export class CHART_001ChartBase extends MainControlBase { ...@@ -278,7 +278,7 @@ export class CHART_001ChartBase extends MainControlBase {
series:[ series:[
{ {
id:'bar', id:'bar',
name:'', name:'前五商机',
type:'bar', type:'bar',
xAxisIndex:0, xAxisIndex:0,
yAxisIndex:0, yAxisIndex:0,
......
<div class="app-data-chart "> <div class="app-data-chart ">
<div v-if="isNoData" class="chart-no-data"><i class="el-icon-data-analysis"></i>暂无数据</div> <div v-if="isNoData" class="chart-no-data"><i class="el-icon-data-analysis"></i>暂无数据</div>
<div v-else class="app-charts" :id="chartId" style="height: 300px;padding: 6px 0;"></div> <div v-else class="app-charts" :id="chartId" style="height: 100%;padding: 6px 0;"></div>
</div> </div>
\ No newline at end of file
...@@ -100,7 +100,7 @@ export class PART_CHT_001PortletBase extends MainControlBase { ...@@ -100,7 +100,7 @@ export class PART_CHT_001PortletBase extends MainControlBase {
return this.height+'px'; return this.height+'px';
} }
} else { } else {
return '300px'; return 'auto';
} }
} }
......
<div class='portlet part-cht-001 ' :style="{'height': isAdaptiveSize ? 'calc(100% - 16px)' : getHeight,}"> <div class='portlet part-cht-001 ' :style="{}">
<p class='portlet-title'> <p class='portlet-title'>
<span> <span>
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册