Commit 51a5843e authored by 张伯涛's avatar 张伯涛

添加设备,加数据

parent aa306577
...@@ -117,7 +117,7 @@ ...@@ -117,7 +117,7 @@
<el-card class="box-card"> <el-card class="box-card">
<div style="display: flex;margin-top: 10px"> <div style="display: flex;margin-top: 10px">
<el-divider direction="vertical" /> <el-divider direction="vertical" />
<div class="cardTitle">故障统计折线图</div>2 <div class="cardTitle">故障统计折线图</div>
</div> </div>
<el-row style="margin-top: 20px"> <el-row style="margin-top: 20px">
<div id="echarts-enterFirst" class="span_1"> <div id="echarts-enterFirst" class="span_1">
...@@ -380,7 +380,7 @@ export default { ...@@ -380,7 +380,7 @@ export default {
grid: { grid: {
top: '3%', top: '3%',
left: '3%', left: '3%',
right: '4%', right: '8%',
containLabel: true containLabel: true
}, },
xAxis: { xAxis: {
...@@ -458,7 +458,7 @@ export default { ...@@ -458,7 +458,7 @@ export default {
grid: { grid: {
top: '3%', top: '3%',
left: '3%', left: '3%',
right: '4%', right: '8%',
containLabel: true containLabel: true
}, },
xAxis: { xAxis: {
......
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