|
@ -223,7 +223,7 @@ |
|
|
|
|
|
|
|
|
<div class="picture-container raman-picture-container" v-show="currentElement === 'extinction'"> |
|
|
<div class="picture-container raman-picture-container" v-show="currentElement === 'extinction'"> |
|
|
<div class="picture special-picture"> |
|
|
<div class="picture special-picture"> |
|
|
<h2 class="title" style="left: 3.3rem">质控前</h2> |
|
|
<h2 class="title">质控前</h2> |
|
|
<div v-loading="loadingExtinctionBeforeStatus" |
|
|
<div v-loading="loadingExtinctionBeforeStatus" |
|
|
style="width: 100%;" |
|
|
style="width: 100%;" |
|
|
custom-class="loading" |
|
|
custom-class="loading" |
|
@ -1625,6 +1625,9 @@ export default { |
|
|
margin: 0 auto; |
|
|
margin: 0 auto; |
|
|
|
|
|
|
|
|
.special-picture { |
|
|
.special-picture { |
|
|
|
|
|
display: flex; |
|
|
|
|
|
flex-flow: column; |
|
|
|
|
|
justify-content: center; |
|
|
//:deep(.el-loading-mask) { |
|
|
//:deep(.el-loading-mask) { |
|
|
// top: 64px !important; |
|
|
// top: 64px !important; |
|
|
//} |
|
|
//} |
|
@ -1633,7 +1636,7 @@ export default { |
|
|
.picture { |
|
|
.picture { |
|
|
width: 100%; |
|
|
width: 100%; |
|
|
height: 100%; |
|
|
height: 100%; |
|
|
position: relative; |
|
|
//position: relative; |
|
|
//margin-top: 30px; |
|
|
//margin-top: 30px; |
|
|
|
|
|
|
|
|
#watervapor_single_chart { |
|
|
#watervapor_single_chart { |
|
@ -1660,19 +1663,20 @@ export default { |
|
|
transform: translateX(6%) translateY(50px); |
|
|
transform: translateX(6%) translateY(50px); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
#extinction_chart-before, |
|
|
//#extinction_chart-before, |
|
|
#extinction_chart-after, |
|
|
//#extinction_chart-after, |
|
|
#watervapor_chart-before, |
|
|
//#watervapor_chart-before, |
|
|
#watervapor_chart-after { |
|
|
//#watervapor_chart-after { |
|
|
transform: translateY(50px); |
|
|
// transform: translateY(50px); |
|
|
} |
|
|
//} |
|
|
|
|
|
|
|
|
.title { |
|
|
.title { |
|
|
width: 100%; |
|
|
padding-top: 70px; |
|
|
font-size: 0.22rem; |
|
|
//width: 100%; |
|
|
position: absolute; |
|
|
//font-size: 0.22rem; |
|
|
left: 3.5rem; |
|
|
//position: absolute; |
|
|
top: 0.30rem; |
|
|
//left: 350px; |
|
|
|
|
|
//top: 30px; |
|
|
z-index: 100; |
|
|
z-index: 100; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|