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> <template>
<div <div
ref="chart" ref="chart"
style="width: 100%; height: calc(100% - 46px); min-height: 250px" style="width: 100%; height: 350px"
></div> ></div>
</template> </template>

View File

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

View File

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

View File

@ -1,5 +1,5 @@
<template> <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> </template>
<script setup > <script setup >

View File

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

View File

@ -1,5 +1,5 @@
<template> <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> </template>
<script setup > <script setup >

View File

@ -1,5 +1,5 @@
<template> <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> </template>
<script setup > <script setup >

View File

@ -1,5 +1,5 @@
<template> <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> </template>
<script setup > <script setup >

View File

@ -1,5 +1,5 @@
<template> <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> </template>
<script setup > <script setup >

View File

@ -1,5 +1,5 @@
<template> <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> </template>
<script setup > <script setup >

View File

@ -1,5 +1,5 @@
<template> <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> </template>
<script setup > <script setup >

View File

@ -1,5 +1,5 @@
<template> <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> </template>
<script setup > <script setup >

View File

@ -1,5 +1,5 @@
<template> <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> </template>
<script setup > <script setup >

View File

@ -1,5 +1,5 @@
<template> <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> </template>
<script setup> <script setup>

View File

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

View File

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

View File

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

View File

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