fix:修改问题
1 chart 编辑页面 unit:选择不显示,修改后保存未起作用 2 chart legend由现在的纵向排列,改为和grafana一致横向排列换行 3 url,table,singleStat全屏窗口位置显示过于靠下 4 预览:宽度过宽则显示省略号
This commit is contained in:
@@ -81,7 +81,6 @@
|
||||
<div class="legend-container" id="legendArea" ref="legendArea" v-show="firstShow" v-scrollBar:legend>
|
||||
<div v-for="(item, index) in legendList" :title="item.alias?item.alias:item.name" @click="clickLegend(item.name,index)" class="legend-item" :class="{'ft-gr':isGrey[index]}" :key="'legend_' + item.name+'_'+index">
|
||||
<span class="legend-shape" :style="{background:(isGrey[index]?'#D3D3D3':bgColorList[index])}"></span>{{item.alias?item.alias:item.name}}
|
||||
<br/><!--bgColorList[index]-->
|
||||
</div>
|
||||
</div>
|
||||
<!--
|
||||
|
||||
Reference in New Issue
Block a user