fix: 改bug
This commit is contained in:
@@ -33,8 +33,8 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="right-row flex-col">
|
<div class="right-row flex-col">
|
||||||
<ai-title title="网格五星门店数量排名"></ai-title>
|
<ai-title title="网格五星门店数量排名"></ai-title>
|
||||||
<div class="bar-chart" v-if="chartList.length" ref="chartRef"></div>
|
<div class="bar-chart" v-show="chartList && chartList.length > 0" ref="chartRef"></div>
|
||||||
<div v-else class="no-data" style="height:160px;"/>
|
<div v-show="chartList && chartList.length === 0" class="no-data" style="width:386px;height:160px;"/>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<ai-title title="统计列表"></ai-title>
|
<ai-title title="统计列表"></ai-title>
|
||||||
|
|||||||
Reference in New Issue
Block a user