|
@@ -40,7 +40,7 @@
|
40
|
40
|
</el-form>
|
41
|
41
|
<br>
|
42
|
42
|
<div style="display: flex; justify-content: space-between;">
|
43
|
|
- <div style="width: 50%; height: 300px">
|
|
43
|
+ <div style="width: 50%; height: 300px;">
|
44
|
44
|
<div align="center" style="color: white">泊位饱和度</div>
|
45
|
45
|
<barchart
|
46
|
46
|
class="side-chart"
|
|
@@ -79,8 +79,8 @@
|
79
|
79
|
</div>
|
80
|
80
|
</div>
|
81
|
81
|
<div style="display: flex; justify-content: space-between;margin-top: 5%">
|
82
|
|
- <div style="width: 50%; height: 300px;">
|
83
|
|
- <div align="center" style="color: white">特殊车辆进场占比</div>
|
|
82
|
+ <div style="width: 50%; height: 300px;position: relative">
|
|
83
|
+ <div align="center" style="color: white; position: absolute; left: 0">特殊车辆进场占比</div>
|
84
|
84
|
<piechart
|
85
|
85
|
class="model-pie-body"
|
86
|
86
|
id="chart1"
|