|
|
@@ -29,19 +29,19 @@
|
|
|
<div class="box_body" style="display: flex; flex-direction: column;">
|
|
|
|
|
|
<!--31天产量曲线图-->
|
|
|
- <div style="width:1840px;height:40%;display:flex;flex-direction:row;">
|
|
|
- <div style="width: 75%; height: 200px;">
|
|
|
+ <div style="width: 1840px; height: 40%; display: flex; flex-direction: row; margin-top: -1%">
|
|
|
+ <div style="width: 78%; height: 200px; ">
|
|
|
<canvas id="canvasDayCL" style="-moz-user-select: none; -webkit-user-select: none; -ms-user-select: none; height: 300px; width: 100% "></canvas>
|
|
|
</div>
|
|
|
</div>
|
|
|
<div style="width:1840px;height:40%;display:flex;flex-direction:row; margin-top:-5%">
|
|
|
- <div style="width: 75%; height: 100px;">
|
|
|
+ <div style="width: 78%; height: 100px; ">
|
|
|
<canvas id="canvasMonthCL" style="-moz-user-select: none; -webkit-user-select: none; -ms-user-select: none; height: 120px; width: 100%;"></canvas>
|
|
|
</div>
|
|
|
</div>
|
|
|
|
|
|
<div>
|
|
|
- <table rules="none" align="right" style="width: 22%; height: 270px; margin-left: 80%; margin-top: -691px ">
|
|
|
+ <table rules="none" align="right" style="width: 22%; height: 270px; margin-left: 80%; margin-top: -671px ">
|
|
|
<tr class="tr_title_warning">
|
|
|
<td style="width: 8%; height: 60px; font-size: 30px; text-align: left" colspan="2"><strong><span id="sj" style="color:white;">2023-4-30 00:00:00</span></strong></td>
|
|
|
</tr>
|
|
|
@@ -57,7 +57,7 @@
|
|
|
</table>
|
|
|
</div>
|
|
|
<!--表格-->
|
|
|
- <div style="width: 100%; height: 530px; display: flex; flex-direction: row; margin-top: -14%">
|
|
|
+ <div style="width: 100%; height: 530px; display: flex; flex-direction: row; margin-top: -13%">
|
|
|
<div style="width: 100%; height: 530px; ">
|
|
|
<table cellspacing="0" cellpadding="0" border="0" style="width:50%;">
|
|
|
<tr class="tr_title_warning">
|
|
|
@@ -370,7 +370,7 @@
|
|
|
backgroundColor: color(window.chartColors.red).alpha(0.6).rgbString(),
|
|
|
borderColor: window.chartColors.red,
|
|
|
borderWidth: 2,
|
|
|
- pointRadius: 15,
|
|
|
+ pointRadius: 13,
|
|
|
data: []
|
|
|
},
|
|
|
{
|
|
|
@@ -379,7 +379,7 @@
|
|
|
backgroundColor: color(window.chartColors.blue).alpha(0.6).rgbString(),
|
|
|
borderColor: window.chartColors.blue,
|
|
|
borderWidth: 2,
|
|
|
- pointRadius: 15,
|
|
|
+ pointRadius: 13,
|
|
|
data: []
|
|
|
}
|
|
|
]
|
|
|
@@ -453,7 +453,7 @@
|
|
|
backgroundColor: color(window.chartColors.red).alpha(0.6).rgbString(),
|
|
|
borderColor: window.chartColors.red,
|
|
|
borderWidth: 2,
|
|
|
- pointRadius: 15,
|
|
|
+ pointRadius: 13,
|
|
|
data: []
|
|
|
}
|
|
|
]
|