fix:调整legend option显示

This commit is contained in:
wangwenrui
2020-09-21 15:47:05 +08:00
parent 207a5170e3
commit 1cb643995d
2 changed files with 2 additions and 2 deletions

View File

@@ -91,7 +91,7 @@
<template v-else>
<div class="legend-container legend-container-screen" ref="screenLegendArea" @mouseenter="mouseEnterFullChart" @mouseleave="mouseLeaveFullChart" v-show="showLegend" v-scrollBar:legend>
<table style="width: 100%">
<th style="max-width: 100%"></th>
<th style="width: 100%"></th>
<template v-for="legendOption in screenLegendOptions">
<th v-if="legendOption.value == 'on'" class="option-th legend-option-cell" >
<span @click="legendValueSort(legendOption,screenLegendList,screenLegendOptions)">{{legendOption.option}}</span>