Commit 61e49050 authored by co_dengxiongwen's avatar co_dengxiongwen

页面调整

parent 107585c9
...@@ -176,15 +176,15 @@ export default { ...@@ -176,15 +176,15 @@ export default {
pageSize: 50, pageSize: 50,
totalPage: 0, totalPage: 0,
typeList: [ typeList: [
{ type: '温度', num: '36', unit: '℃', color: '#21ACFC' }, { type: '温度', num: '', unit: '℃', color: '#21ACFC' },
{ type: '湿度', num: '25', unit: '%', color: '#36CBCB' }, { type: '湿度', num: '', unit: '%', color: '#36CBCB' },
{ type: '风速', num: '3', unit: 'm/s', color: '#3AA0FF' }, { type: '风速', num: '', unit: 'm/s', color: '#3AA0FF' },
{ type: '风向', num: '东南', unit: '', color: '#3AA0FF' }, { type: '风向', num: '', unit: '', color: '#3AA0FF' },
{ type: '光照', num: '253', unit: 'Lux', color: '#FAD337' }, { type: '光照', num: '', unit: 'Lux', color: '#FAD337' },
{ type: 'CO2', num: '17', unit: 'PPM', color: '#4ECB74' }, { type: 'CO2', num: '', unit: 'PPM', color: '#4ECB74' },
{ type: 'PM2.5', num: '80', unit: 'ug/m', color: '#999999' }, { type: 'PM2.5', num: '', unit: 'ug/m', color: '#999999' },
{ type: '辐射', num: '13', unit: 'w/m', color: '#975FE4' }, { type: '辐射', num: '', unit: 'w/m', color: '#975FE4' },
{ type: '故障报警数', num: '3', unit: '', color: '#F2637B' } { type: '故障报警数', num: '', unit: '', color: '#F2637B' }
], ],
chartList: [ chartList: [
{ id: '11', title: '温度(℃)', color: '#21ACFC', data: [] }, { id: '11', title: '温度(℃)', color: '#21ACFC', data: [] },
......
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