zhaohy
3 months ago
7 changed files with 35 additions and 78 deletions
@ -1,38 +1,37 @@ |
|||||
//传感器位置
|
//传感器位置
|
||||
export const devicePosition = [ |
export const devicePosition = [ |
||||
{ left: '28%', bottom: '44%' }, |
{ left: '30%', bottom: '54%' }, |
||||
{ left: '35%', bottom: '23%' }, |
{ left: '38%', bottom: '33%' }, |
||||
{ left: '47%', bottom: '31%' }, |
{ left: '50%', bottom: '41%' }, |
||||
{ left: '38.5%', bottom: '49%' }, |
{ left: '42%', bottom: '59%' }, |
||||
{ left: '65%', bottom: '43%' }, |
{ left: '68%', bottom: '53%' }, |
||||
{ left: '52%', bottom: '55.5%' }, |
{ left: '55%', bottom: '65.5%' }, |
||||
{ left: '76%', bottom: '48%' }, |
{ left: '79%', bottom: '58%' }, |
||||
{ left: '63%', bottom: '60%' }, |
{ left: '66%', bottom: '70%' }, |
||||
]; |
]; |
||||
// 新风主机
|
// 新风主机
|
||||
export const newTrendPosition = [ |
export const newTrendPosition = [ |
||||
{ left: '43%', bottom: '44%' }, |
{ left: '46%', bottom: '54%' }, |
||||
{ left: '45%', bottom: '23%' }, |
{ left: '48%', bottom: '33%' }, |
||||
{ left: '61.5%', bottom: '54%' }, |
{ left: '64.5%', bottom: '64%' }, |
||||
{ left: '63%', bottom: '36%' }, |
{ left: '66%', bottom: '46%' }, |
||||
]; |
]; |
||||
//空调箱
|
//空调箱
|
||||
export const airConditioningPosition = [ |
export const airConditioningPosition = [ |
||||
{ styleText: { left: '13%', bottom: '23%' }, lineType: 1 }, |
{ styleText: { left: '16%', bottom: '33%' }, lineType: 1 }, |
||||
{ styleText: { left: '28%', bottom: '28%' }, lineType: 1 }, |
{ styleText: { left: '31%', bottom: '38%' }, lineType: 1 }, |
||||
{ styleText: { left: '38%', bottom: '45.5%' }, lineType: 1 }, |
{ styleText: { left: '41%', bottom: '55.5%' }, lineType: 1 }, |
||||
{ styleText: { left: '38%', bottom: '45.5%' }, lineType: 1 }, |
{ styleText: { left: '60%', bottom: '63%' }, lineType: 1 }, |
||||
{ styleText: { left: '57%', bottom: '53%' }, lineType: 1 }, |
{ styleText: { left: '76%', bottom: '63%' }, lineType: 1 }, |
||||
{ styleText: { left: '73%', bottom: '53%' }, lineType: 1 }, |
{ styleText: { left: '71%', bottom: '48%' }, lineType: '' }, |
||||
{ styleText: { left: '68%', bottom: '38%' }, lineType: '' }, |
{ styleText: { left: '46.5%', bottom: '32%' }, lineType: '' }, |
||||
{ styleText: { left: '43.5%', bottom: '22%' }, lineType: '' }, |
|
||||
]; |
]; |
||||
//地暖
|
//地暖
|
||||
export const floorHeatingPosition = [ |
export const floorHeatingPosition = [ |
||||
{ styleText: { left: '13.5%', bottom: '34%' }, lineType: '' }, |
{ styleText: { left: '13%', bottom: '44%' }, lineType: '' }, |
||||
{ styleText: { left: '19.5%', bottom: '38.5%' }, lineType: 1 }, |
{ styleText: { left: '22%', bottom: '48%' }, lineType: 1 }, |
||||
{ styleText: { left: '33%', bottom: '43%' }, lineType: 1 }, |
{ styleText: { left: '34%', bottom: '53%' }, lineType: 1 }, |
||||
{ styleText: { left: '46%', bottom: '49.5%' }, lineType: 1 }, |
{ styleText: { left: '49%', bottom: '59%' }, lineType: 1 }, |
||||
{ styleText: { left: '57.5%', bottom: '56%' }, lineType: 1 }, |
{ styleText: { left: '60.5%', bottom: '65.5%' }, lineType: 1 }, |
||||
{ styleText: { left: '69.5%', bottom: '62%' }, lineType: 1 }, |
{ styleText: { left: '72%', bottom: '72%' }, lineType: 1 }, |
||||
]; |
]; |
||||
|
Loading…
Reference in new issue