This commit is contained in:
duanxiaohai 2024-04-16 10:02:47 +08:00
commit 383233128a
10 changed files with 14 additions and 14 deletions

View File

@ -1,5 +1,5 @@
<template>
<div ref="chart" style="width: 100%; height: calc(100% - 36px);"></div>
<div ref="chart" style="width: 100%; height: calc(100% - 46px);min-height:205px;"></div>
</template>
<script setup >

View File

@ -1,5 +1,5 @@
<template>
<div ref="chart" style="width: 100%; height: calc(100% - 36px);"></div>
<div ref="chart" style="width: 100%; height: calc(100% - 46px);min-height:205px;"></div>
</template>
<script setup >

View File

@ -1,5 +1,5 @@
<template>
<div ref="chart" style="width: 100%; height: calc(100% - 36px);"></div>
<div ref="chart" style="width: 100%; height: calc(100% - 46px);min-height:205px;"></div>
</template>
<script setup >

View File

@ -1,5 +1,5 @@
<template>
<div ref="chart" style="width: 100%; height: calc(100% - 36px);"></div>
<div ref="chart" style="width: 100%; height: calc(100% - 46px);min-height:205px;"></div>
</template>
<script setup >

View File

@ -1,5 +1,5 @@
<template>
<div ref="chart" style="width: 100%; height: calc(100% - 36px);"></div>
<div ref="chart" style="width: 100%; height: calc(100% - 46px);min-height:205px;"></div>
</template>
<script setup >

View File

@ -1,5 +1,5 @@
<template>
<div ref="chart" style="width: 100%; height: calc(100% - 36px);"></div>
<div ref="chart" style="width: 100%; height: calc(100% - 46px);min-height:205px;"></div>
</template>
<script setup >

View File

@ -1,5 +1,5 @@
<template>
<div ref="chart" style="width:100%;height:calc(100% - 200px);"></div>
<div ref="chart" style="width:100%;height:calc(100% - 200px);min-height:200px;"></div>
</template>
<script setup>

View File

@ -1,5 +1,5 @@
<template>
<div ref="chart" style="width: 100%; height: calc(100% - 68px)"></div>
<div ref="chart" style="width: 100%; height: calc(100% - 68px);min-height:250px;"></div>
</template>
<script setup>

View File

@ -1,5 +1,5 @@
<template>
<div ref="chart" style="width: 490px; height: calc(100% - 38px)"></div>
<div ref="chart" style="width: 490px; height: calc(100% - 38px);min-height:150px;"></div>
</template>
<script setup>

View File

@ -31,7 +31,7 @@
<ePie v-if="leftchoose.first == '1'"></ePie>
<ePie2 v-else></ePie2>
</div>
<div class="flex1">
<div class="flex1" style="margin-top:10px;">
<div class="yd_title left_2" >
<span class="text">
<img
@ -61,7 +61,7 @@
<eP2 v-if="leftchoose.second == '1'"></eP2>
<eP2_2 v-else />
</div>
<div class="flex1">
<div class="flex1" style="margin-top:10px;">
<div class="yd_title left_3">
<span class="text">
<img
@ -166,8 +166,8 @@
src="@/assets/YLimg/ylimg7.png"
alt=""
/>
<ePie2 ></ePie2>
<!-- <ylXZZC></ylXZZC> -->
<!-- <ePie2 ></ePie2> -->
<ylXZZC></ylXZZC>
</div>
</div>
</div>