NEZ-1245 fix:部分图表的统计legend位置异常

This commit is contained in:
zhangyu
2021-11-15 18:20:21 +08:00
parent 46fcce7de5
commit bec2d345fc

View File

@@ -86,7 +86,7 @@
</div>
</template>
<template v-else>
<div class='legend-container' ref="legendArea" v-show="firstShow">
<div class='legend-container' ref="legendArea" v-show="firstShow&&legendListMore.length">
<table style="width: 100%" border="0" cellpadding="0" cellspacing="0">
<th style="width: 100%"></th>
<template v-for="(legendOption, index) in legendOptions">