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

xignzi006 发布系统代码

上级 fd711afc
......@@ -16,7 +16,7 @@
:viewState="viewState"
:viewparams="viewparams"
:context="context"
:height="0"
:height="300"
:width="0"
name="db_sysportlet1"
ref='db_sysportlet1'
......
<div class="app-data-chart ">
<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: 100%;padding: 6px 0;"></div>
<div v-else class="app-charts" :id="chartId" style="height: 300px;padding: 6px 0;"></div>
</div>
\ No newline at end of file
......@@ -100,7 +100,7 @@ export class PART_CHT_001PortletBase extends MainControlBase {
return this.height+'px';
}
} else {
return 'auto';
return '300px';
}
}
......
<div class='portlet part-cht-001 ' :style="{}">
<div class='portlet part-cht-001 ' :style="{'height': isAdaptiveSize ? 'calc(100% - 16px)' : getHeight,}">
<p class='portlet-title'>
<span>
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册