master
夜笙歌 3 years ago
parent 9904e9e38a
commit c7a81e1426

@ -14,7 +14,7 @@ body {
height: 22%;
top: 14%;
left: 3.3%;
font-size: 16px !important;
font-size: 17% !important;
}
.energyProductionStatistics {

@ -1580,7 +1580,7 @@ const OEEStatistics = (res, ids) => {
show: false,
},
splitLine: {
show: true,
show: false,
lineStyle: {
color: "rgb(217,217,217,0.5)",
type: "dashed" //虚线
@ -1613,7 +1613,7 @@ const OEEStatistics = (res, ids) => {
show: false,
},
splitLine: {
show: true,
show: false,
lineStyle: {
color: "rgb(217,217,217,0.5)",
type: "dashed" //虚线
@ -2046,6 +2046,7 @@ const loss = (res, ids) => {
grid: {
top: "25%",
right: "5%",
bottom: "25%",
},
xAxis: {
@ -2078,7 +2079,7 @@ const loss = (res, ids) => {
},
},
splitLine: {
show: true,
show: false,
lineStyle: {
color: "rgb(217,217,217,0.5)",
type: "dashed" //虚线
@ -2100,7 +2101,7 @@ const loss = (res, ids) => {
show: true,
},
splitLine: {
show: true,
show: false,
lineStyle: {
color: "rgb(217,217,217,0.5)",
type: "dashed" //虚线
@ -2212,7 +2213,7 @@ const equipmentFailure = (res, ids) => {
show: false,
},
splitLine: {
show: true,
show: false,
lineStyle: {
color: "rgb(217,217,217,0.5)",
type: "dashed" //虚线
@ -2229,7 +2230,7 @@ const equipmentFailure = (res, ids) => {
type: 'category',
data: stationData,
splitLine: {
show: true,
show: false,
lineStyle: {
color: "rgb(217,217,217,0.5)",
type: "dashed" //虚线

@ -42,10 +42,10 @@ body {
.loss {
border: 0px solid red;
position: absolute;
width: 28%;
width: 25%;
height: 25%;
top: 41%;
left: 71%;
left: 72%;
}

@ -14,7 +14,7 @@ body {
height: 22%;
top: 14%;
left: 3.3%;
font-size: 16px !important;
font-size: 17% !important;
}
.energyProductionStatistics {
@ -99,10 +99,10 @@ body {
.loss {
border: 0px solid red;
position: absolute;
width: 28%;
width: 25%;
height: 25%;
top: 41%;
left: 71%;
left: 72%;
}
.productionPlan {

@ -1580,7 +1580,7 @@ const OEEStatistics = (res, ids) => {
show: false,
},
splitLine: {
show: true,
show: false,
lineStyle: {
color: "rgb(217,217,217,0.5)",
type: "dashed" //虚线
@ -1613,7 +1613,7 @@ const OEEStatistics = (res, ids) => {
show: false,
},
splitLine: {
show: true,
show: false,
lineStyle: {
color: "rgb(217,217,217,0.5)",
type: "dashed" //虚线
@ -2046,6 +2046,7 @@ const loss = (res, ids) => {
grid: {
top: "25%",
right: "5%",
bottom: "25%",
},
xAxis: {
@ -2078,7 +2079,7 @@ const loss = (res, ids) => {
},
},
splitLine: {
show: true,
show: false,
lineStyle: {
color: "rgb(217,217,217,0.5)",
type: "dashed" //虚线
@ -2100,7 +2101,7 @@ const loss = (res, ids) => {
show: true,
},
splitLine: {
show: true,
show: false,
lineStyle: {
color: "rgb(217,217,217,0.5)",
type: "dashed" //虚线
@ -2212,7 +2213,7 @@ const equipmentFailure = (res, ids) => {
show: false,
},
splitLine: {
show: true,
show: false,
lineStyle: {
color: "rgb(217,217,217,0.5)",
type: "dashed" //虚线
@ -2229,7 +2230,7 @@ const equipmentFailure = (res, ids) => {
type: 'category',
data: stationData,
splitLine: {
show: true,
show: false,
lineStyle: {
color: "rgb(217,217,217,0.5)",
type: "dashed" //虚线

Loading…
Cancel
Save