Commit 68c26e11 authored by 李苏's avatar 李苏 💬

大屏修改

parent afd703c1
...@@ -2022,7 +2022,7 @@ function setTimeProductionEchart(chart,apidata) { ...@@ -2022,7 +2022,7 @@ function setTimeProductionEchart(chart,apidata) {
type: 'category', type: 'category',
data: dateList, data: dateList,
axisLabel: { axisLabel: {
interval: 1, interval: 0,
tooltip: { tooltip: {
show: true, show: true,
}, },
...@@ -2064,6 +2064,8 @@ function setTimeProductionEchart(chart,apidata) { ...@@ -2064,6 +2064,8 @@ function setTimeProductionEchart(chart,apidata) {
}, },
yAxis: [{ yAxis: [{
type: 'value', type: 'value',
min:0.0,
max:50.0,
splitLine: { splitLine: {
show: false, show: false,
lineStyle: { lineStyle: {
......
...@@ -295,7 +295,7 @@ ...@@ -295,7 +295,7 @@
</div> </div>
<div class="right-bottom rightTop border" style="height: 6.8rem;"> <div class="right-bottom rightTop border" style="height: 6.8rem;">
<div class="title">工艺流程图</div> <div class="title">工艺流程图</div>
<div class="chat"> <div class="chat" style="height: calc(100% - 0.4rem);">
<canvas id="gylct" style="width: 100%;height: 100%"></canvas> <canvas id="gylct" style="width: 100%;height: 100%"></canvas>
</div> </div>
</div> </div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment