This commit is contained in:
parent
4b0c60c97c
commit
0f0fd4f9ac
|
@ -1,5 +1,5 @@
|
|||
<template>
|
||||
<div ref="chart" style="width: 100%; height: 250px"></div>
|
||||
<div ref="chart" style="width: 100%; height: 260px"></div>
|
||||
</template>
|
||||
|
||||
<script setup>
|
||||
|
|
|
@ -163,7 +163,7 @@
|
|||
</div>
|
||||
</div>
|
||||
<ePie2 style="margin-top: 20px" :list="data.ageRatio"></ePie2>
|
||||
<ePie style="margin-bottom: 30px" :list="data.ageGroup"></ePie>
|
||||
<ePie style="margin-bottom: 20px" :list="data.ageGroup"></ePie>
|
||||
<div class="table">
|
||||
<div class="table_choose">
|
||||
<div :class="choose == '1' ? 'choose' : 'noChoose'" @click="change('1')">
|
||||
|
|
Loading…
Reference in New Issue