Commit b3cd1521 authored by xinzhedeai's avatar xinzhedeai

问题修改

parent 2687b9e4
...@@ -49,11 +49,6 @@ ...@@ -49,11 +49,6 @@
<div class="f20 color-theme ml10">返回</div> <div class="f20 color-theme ml10">返回</div>
</div> </div>
<div class="fixed flex-text maxIndex pointer" style="right: 30px;top: 45px;" @click="gotoManagement()">
<img style="width: 24px;height: 24px;" src="../static/backstage.png" alt="">
<div class="f20 color-theme ml10">后台管理</div>
</div>
<div class="flex-text ml10 mr10 mt15"> <div class="flex-text ml10 mr10 mt15">
<div style="width: 490px;height: calc(100vh - 110px);"> <div style="width: 490px;height: calc(100vh - 110px);">
<div style="background: linear-gradient(to bottom, rgba(13,27,48,.7), rgba(13,27,48,0));"> <div style="background: linear-gradient(to bottom, rgba(13,27,48,.7), rgba(13,27,48,0));">
......
...@@ -206,9 +206,7 @@ ...@@ -206,9 +206,7 @@
// this.getCharts(); // this.getCharts();
// this.getChartsData() // this.getChartsData()
this.getSensorList(() => { this.getSensorList(() => {
}); });
this.getTableList();
// this.getChartsData(); // this.getChartsData();
...@@ -354,8 +352,8 @@ ...@@ -354,8 +352,8 @@
show: true show: true
}, },
axisTick: { show: true }, axisTick: { show: true },
min: 0, min: -20,
max: 100, max: 20,
}], }],
grid: { right: 45, top: 40, left: 40, bottom: 25 }, grid: { right: 45, top: 40, left: 40, bottom: 25 },
dataZoom: [ dataZoom: [
......
...@@ -263,8 +263,8 @@ ...@@ -263,8 +263,8 @@
show: true show: true
}, },
axisTick: { show: true }, axisTick: { show: true },
min: 0, min: -20,
max: 100, max: 50,
title: { title: {
text: 'Precipitation', // 这是你的 Y 轴标题 text: 'Precipitation', // 这是你的 Y 轴标题
color: '#a3e4f5' // 这里设置你的颜色,你可以使用十六进制颜色代码,如 '#FF0000',或者 RGB 等 color: '#a3e4f5' // 这里设置你的颜色,你可以使用十六进制颜色代码,如 '#FF0000',或者 RGB 等
...@@ -287,8 +287,8 @@ ...@@ -287,8 +287,8 @@
show: true show: true
}, },
axisTick: { show: true }, axisTick: { show: true },
min: 0, min: -20,
max: 100, max: 50,
}], }],
grid: { right: 45, top: 10, left: 40, bottom: 25 }, grid: { right: 45, top: 10, left: 40, bottom: 25 },
dataZoom: [ dataZoom: [
......
...@@ -258,7 +258,7 @@ ...@@ -258,7 +258,7 @@
}, },
axisTick: { show: true }, axisTick: { show: true },
min: 0, min: 0,
max: 100, max: 60,
title: { title: {
text: 'Precipitation', // 这是你的 Y 轴标题 text: 'Precipitation', // 这是你的 Y 轴标题
color: '#a3e4f5' // 这里设置你的颜色,你可以使用十六进制颜色代码,如 '#FF0000',或者 RGB 等 color: '#a3e4f5' // 这里设置你的颜色,你可以使用十六进制颜色代码,如 '#FF0000',或者 RGB 等
...@@ -282,7 +282,7 @@ ...@@ -282,7 +282,7 @@
}, },
axisTick: { show: true }, axisTick: { show: true },
min: 0, min: 0,
max: 100, max: 60,
}], }],
grid: { right: 45, top: 40, left: 40, bottom: 25 }, grid: { right: 45, top: 40, left: 40, bottom: 25 },
dataZoom: [ dataZoom: [
......
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