NEZ-1245 fix:部分图表的统计legend位置异常
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user