Browse Source

commit

master
xuhuihui 3 years ago
parent
commit
e6fa57f0df
  1. 30
      04.系统编码/Frontend/src/components/RamanLidar.vue
  2. 6
      04.系统编码/Frontend/src/model/high-chart-create.ts

30
04.系统编码/Frontend/src/components/RamanLidar.vue

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

6
04.系统编码/Frontend/src/model/high-chart-create.ts

@ -153,7 +153,11 @@ export class HighChartCreate {
floating: true,
x: 20,
y: 0,
enabled: enabled
enabled: enabled,
itemStyle : {
'fontSize' : '18px',
'fontWeight' : 'normal'
}
}
}

Loading…
Cancel
Save