This commit is contained in:
姚宇浩 2024-04-16 09:30:04 +08:00
parent 8481e3453e
commit cd77315dbe
5 changed files with 6 additions and 6 deletions

View File

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

View File

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

View File

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

View File

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

View File

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