数据接受统计弹窗loading效果调整
This commit is contained in:
parent
14eb95081c
commit
469e67dd86
|
@ -75,5 +75,6 @@ export default {
|
|||
<style lang="less" scoped>
|
||||
.custom-chart {
|
||||
height: 100% !important;
|
||||
min-height: 600px;
|
||||
}
|
||||
</style>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<template>
|
||||
<div>
|
||||
<div style="position: relative;">
|
||||
<!-- 图例 -->
|
||||
<div class="legend">
|
||||
<div
|
||||
|
@ -14,9 +14,8 @@
|
|||
</div>
|
||||
</div>
|
||||
<!-- 图例结束 -->
|
||||
<a-spin :spinning="spinning">
|
||||
<custom-chart ref="customChartRef" :option="option" :height="list.length * 295"></custom-chart>
|
||||
</a-spin>
|
||||
<custom-chart ref="customChartRef" :option="option" :height="list.length * 295"></custom-chart>
|
||||
<a-spin style="position: absolute;top: 45%;left: 48%;" :spinning="spinning" />
|
||||
</div>
|
||||
</template>
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user