|
|
|
//传感器位置
|
|
|
|
export const devicePosition = [
|
|
|
|
{ left: '30%', bottom: '54%' },
|
|
|
|
{ left: '38%', bottom: '33%' },
|
|
|
|
{ left: '50%', bottom: '41%' },
|
|
|
|
{ left: '42%', bottom: '59%' },
|
|
|
|
{ left: '68%', bottom: '53%' },
|
|
|
|
{ left: '55%', bottom: '65.5%' },
|
|
|
|
{ left: '79%', bottom: '58%' },
|
|
|
|
{ left: '66%', bottom: '70%' },
|
|
|
|
];
|
|
|
|
// 新风主机
|
|
|
|
export const newTrendPosition = [
|
|
|
|
{ left: '46%', bottom: '54%' },
|
|
|
|
{ left: '48%', bottom: '33%' },
|
|
|
|
{ left: '64.5%', bottom: '64%' },
|
|
|
|
{ left: '66%', bottom: '46%' },
|
|
|
|
];
|
|
|
|
//空调箱
|
|
|
|
export const airConditioningPosition = [
|
|
|
|
{ styleText: { left: '16%', bottom: '33%' }, lineType: 1 },
|
|
|
|
{ styleText: { left: '31%', bottom: '38%' }, lineType: 1 },
|
|
|
|
{ styleText: { left: '41%', bottom: '55.5%' }, lineType: 1 },
|
|
|
|
{ styleText: { left: '60%', bottom: '63%' }, lineType: 1 },
|
|
|
|
{ styleText: { left: '76%', bottom: '63%' }, lineType: 1 },
|
|
|
|
{ styleText: { left: '71%', bottom: '48%' }, lineType: '' },
|
|
|
|
{ styleText: { left: '46.5%', bottom: '32%' }, lineType: '' },
|
|
|
|
];
|
|
|
|
//地暖
|
|
|
|
export const floorHeatingPosition = [
|
|
|
|
{ styleText: { left: '13%', bottom: '44%' }, lineType: '' },
|
|
|
|
{ styleText: { left: '22%', bottom: '48%' }, lineType: 1 },
|
|
|
|
{ styleText: { left: '34%', bottom: '53%' }, lineType: 1 },
|
|
|
|
{ styleText: { left: '49%', bottom: '59%' }, lineType: 1 },
|
|
|
|
{ styleText: { left: '60.5%', bottom: '65.5%' }, lineType: 1 },
|
|
|
|
{ styleText: { left: '72%', bottom: '72%' }, lineType: 1 },
|
|
|
|
];
|