商业版首页增加地图/调低各个图表的高度,以便同时可以显示更多的图表

This commit is contained in:
刘祥超
2021-12-05 18:59:20 +08:00
parent b611427c17
commit 28514276ec
27 changed files with 447 additions and 30 deletions

View File

@@ -411,7 +411,7 @@ Vue.component("metric-chart", {
template: `<div style="float: left" :style="{'width': width}">
<h4>{{chart.name}} <span>{{valueTypeName}}</span></h4>
<div class="ui divider"></div>
<div style="height: 20em; padding-bottom: 1em; " :id="chartId" :class="{'scroll-box': chart.type == 'table'}"></div>
<div style="height: 14em; padding-bottom: 1em; " :id="chartId" :class="{'scroll-box': chart.type == 'table'}"></div>
</div>`
})