|
|
@ -83,24 +83,9 @@ const onClose = () => { |
|
|
|
<main v-loading="loading" class="main-content"> |
|
|
|
<div class="line-chart-title"> |
|
|
|
<div v-if="formulaInfo && formulaInfo.name" class="line-chart-formula"> |
|
|
|
<HomeFormula /> |
|
|
|
<HomeFormula style="background: #E0F0FF;" /> |
|
|
|
</div> |
|
|
|
<div class="line-chart-set"> |
|
|
|
<!-- <bt-button |
|
|
|
button-text="消毒机数据" |
|
|
|
text-size="14px" |
|
|
|
border-radius="5px" |
|
|
|
height="3.5rem" |
|
|
|
text-color="#1989fa" |
|
|
|
padding="0.8vw" |
|
|
|
@click="goHome" |
|
|
|
> |
|
|
|
<template #icon> |
|
|
|
<el-icon style="font-weight: bold;"> |
|
|
|
<Operation /> |
|
|
|
</el-icon> |
|
|
|
</template> |
|
|
|
</bt-button> --> |
|
|
|
<bt-button |
|
|
|
button-text="消毒设置" |
|
|
|
text-size="14px" |
|
|
@ -181,13 +166,13 @@ const onClose = () => { |
|
|
|
background: $gradient-color; |
|
|
|
height: $main-container-height; |
|
|
|
.line-chart-formula{ |
|
|
|
width: 30vw; |
|
|
|
background: #E0F0FF; |
|
|
|
width: 40vw; |
|
|
|
//background: #E0F0FF; |
|
|
|
height: 3.5rem; |
|
|
|
display: flex; |
|
|
|
justify-content: center; |
|
|
|
align-items: center; |
|
|
|
border: 1px solid #E0F0FF; |
|
|
|
//border: 1px solid #E0F0FF; |
|
|
|
border-radius: 10px; |
|
|
|
margin-left: 2rem; |
|
|
|
} |
|
|
|