请输入电子数字证书
@@ -374,7 +375,7 @@ export default {
.book {
width: 23vw;
height: 15vh;
- margin-bottom: 5.8vh;
+ margin-bottom: 7.7vh;
color: #ecf4f9;
border: 1px solid #1ceadf;
text-align: center;
@@ -415,6 +416,7 @@ export default {
// margin-bottom: 2vh;
.el-input__inner {
width: 21.5vw;
+ height: 5vh;
// border: 1px solid #1ceadf;
background-color: #0a3762;
// background-color: #0b2f59;
@@ -444,6 +446,7 @@ export default {
.word {
.el-input__inner {
width: 21.5vw;
+ height: 5vh;
// border: 1px solid #1ceadf;
background-color: #0a3762;
// background-color: #0b2f59;
@@ -471,6 +474,7 @@ export default {
}
.el-input__inner {
width: 14vw;
+ height: 5vh;
// border: 1px solid #1ceadf;
background-color: #0a3762;
// background-color: #0b2f59;
@@ -479,7 +483,7 @@ export default {
}
.codeImg {
width: 14vw;
- height: 4.5vh;
+ height: 5vh;
border: 1px solid #1ceadf;
border-radius: 5%;
margin-left: 0.5vw;
@@ -489,6 +493,7 @@ export default {
margin-top: 3vh;
.el-button {
width: 23vw;
+ height: 5vh;
background-image: url(../../assets/login/loginbtn.png);
background-size: 100% 100%;
border: none;
diff --git a/src/views/buildUse/index.vue b/src/views/buildUse/index.vue
index a6054e6..be5e418 100644
--- a/src/views/buildUse/index.vue
+++ b/src/views/buildUse/index.vue
@@ -57,7 +57,7 @@ export default {
roll_list: [
{
id: '1',
- name: '非法捕猎',
+ name: '非法狩猎',
route: '/hunting'
},
{
diff --git a/src/views/sensingDevice/components/carLarge.vue b/src/views/sensingDevice/components/carLarge.vue
index ec28941..bce5724 100644
--- a/src/views/sensingDevice/components/carLarge.vue
+++ b/src/views/sensingDevice/components/carLarge.vue
@@ -24,7 +24,7 @@ export default {
mounted() {
setTimeout(() => {
this.init_charts()
- }, 500)
+ }, 2000)
},
created() {
this.onvehicleTrafficStatistics()
@@ -35,7 +35,7 @@ export default {
const res = await vehicleTrafficStatistics()
this.list = Object.keys(res.data)
this.list1 = Object.values(res.data)
- console.log(this.list, 'kkk')
+
},
init_charts() {
console.log(123)
@@ -57,33 +57,44 @@ export default {
{
type: 'category',
data: this.list,
+ textStyle: {
+ fontSize: '4',
+ color:'#fff'
+ },
axisPointer: {
type: 'shadow'
+
}
}
],
grid: {
// 让图表占满容器
top: '20px',
- right: '10px'
+ right: '9px',
+ left:'50px',
+ bottom:'60px'
+
},
yAxis: [
{
type: 'value',
- min: 100,
- max: 700,
- interval: 100
+ min: 10000,
+ max: 70000,
+ interval: 5000,
+ // textStyle: {
+ // color:'#fff'
+ // }
},
{
- show: false,
+ // show: false,
type: 'value',
- min: 0,
- max: 25,
- interval: 5,
+ min: 10000,
+ max: 70000,
+ interval: 5000,
axisLabel: {
- formatter: '{value} °C'
+ formatter: '{value} '
}
}
],
@@ -99,11 +110,11 @@ export default {
data: this.list1
},
- {
- // name: 'Temperature',
+
+ {
+ name: '准确车流量',
type: 'line',
yAxisIndex: 1,
-
data: this.list1
}
]
diff --git a/src/views/sensingDevice/components/mancarStatistics.vue b/src/views/sensingDevice/components/mancarStatistics.vue
index d913eb5..14303ac 100644
--- a/src/views/sensingDevice/components/mancarStatistics.vue
+++ b/src/views/sensingDevice/components/mancarStatistics.vue
@@ -25,8 +25,11 @@ export default {
}
},
mounted() {
+ setTimeout(()=>{
this.init_charts()
this.init_car_charts()
+ },1500)
+
},
created() {
this.onhumanVehicleStatistics()
@@ -34,8 +37,8 @@ export default {
methods: {
async onhumanVehicleStatistics() {
const res = await humanVehicleStatistics()
- this.list = res.data
- console.log(this.list, 'aaa')
+ this.list = res.data
+
},
//
init_charts() {
diff --git a/src/views/sensingDevice/components/peopleLarge.vue b/src/views/sensingDevice/components/peopleLarge.vue
index 922f518..5603c1f 100644
--- a/src/views/sensingDevice/components/peopleLarge.vue
+++ b/src/views/sensingDevice/components/peopleLarge.vue
@@ -25,7 +25,7 @@ export default {
mounted() {
setTimeout(() => {
this.echarts_icon()
- }, 500)
+ }, 1500)
},
created() {
this.onhumanTrafficStatistics()
@@ -35,11 +35,10 @@ export default {
const res = await humanTrafficStatistics()
this.list = Object.keys(res.data)
this.list1 = Object.values(res.data)
- console.log(this.list, 'iiiii')
+
},
//
echarts_icon() {
- console.log(this.list, 'haha')
console.log('hza')
var chartDom = document.getElementById('people_chart')
var myChart = echarts.init(chartDom)
@@ -57,15 +56,12 @@ export default {
}
},
- // legend: {
- // itemGap: 24 // 修改间距
- // },
-
+
grid: {
top: '10%',
- left: '3%',
- right: '4%',
- bottom: '3%',
+ left: '0%',
+ right: '7%',
+ bottom: '1%',
containLabel: true
},
xAxis: [
@@ -75,17 +71,21 @@ export default {
//X轴日期
data: this.list,
axisLabel: {
- textStyle: {
- fontSize: '7'
+ Interval:'0'
+, textStyle: {
+ width:'1',
+ fontSize: '7',
+ color:'#fff'
}
}
}
],
yAxis: [
{
- min: 100,
- max: 600,
- interval: 100,
+ min: 1000,
+ max: 10000,
+ interval: 1000,
+ data: this.list1,
type: 'value'
}
],
@@ -97,7 +97,7 @@ export default {
smooth: true,
lineStyle: {
borderColor: '#464646',
- width: 0
+
},
showSymbol: false,
areaStyle: {
diff --git a/src/views/sensingDevice/components/personCatch.vue b/src/views/sensingDevice/components/personCatch.vue
index bb5bdb7..6b44275 100644
--- a/src/views/sensingDevice/components/personCatch.vue
+++ b/src/views/sensingDevice/components/personCatch.vue
@@ -56,7 +56,7 @@