This commit is contained in:
姚宇浩 2024-04-18 11:07:22 +08:00
parent 7ba76e796a
commit 73df60c7ce
18 changed files with 20 additions and 20 deletions

View File

@ -1,7 +1,7 @@
<template>
<div
ref="chart"
style="width: 100%; height: calc(100% - 46px); min-height: 250px"
style="width: 100%; height: 350px"
></div>
</template>

View File

@ -1,7 +1,7 @@
<template>
<div
ref="chart"
style="width: 100%; height: calc(100% - 46px); min-height: 215px"
style="width: 100%; height: 250px"
></div>
</template>

View File

@ -1,7 +1,7 @@
<template>
<div
ref="chart"
style="width: 100%; height: calc(100% - 60px); min-height: 320px"
style="width: 100%;height: 450px"
></div>
</template>

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -1,7 +1,7 @@
<template>
<div
ref="chart"
style="width: 100%; height: calc(100% - 46px); min-height: 150px"
style="width: 100%; height: 260px"
></div>
</template>

View File

@ -608,7 +608,7 @@ const change = (name, index) => {
background-image: url(@/assets/images/hygiene/xia.png);
background-repeat: no-repeat;
background-size: 100% 100%;
margin: 0px auto;
margin: 60px auto;
position: relative;
display: flex;
margin-top: 80px;
@ -653,7 +653,7 @@ const change = (name, index) => {
box-sizing: border-box;
margin-top: 10px;
width: 95%;
height: 200px;
height: 240px;
// height: calc(100% - 115px);
// background: red;
overflow-y: auto;

View File

@ -292,8 +292,8 @@ const change = (name, index) => {
position: relative;
span {
position: absolute;
left: 4.5vh;
top: 8vh;
left: 45px;
top: 70px;
font-weight: bold;
font-size: 32px;
color: #ffffff;