You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

39 lines
1.5 KiB

//传感器位置
export const devicePosition = [
{ left: '28%', bottom: '44%' },
{ left: '35%', bottom: '23%' },
{ left: '47%', bottom: '31%' },
{ left: '38.5%', bottom: '49%' },
{ left: '65%', bottom: '43%' },
{ left: '52%', bottom: '55.5%' },
{ left: '76%', bottom: '48%' },
{ left: '63%', bottom: '60%' },
];
// 新风主机
export const newTrendPosition = [
{ left: '43%', bottom: '44%' },
{ left: '45%', bottom: '23%' },
{ left: '61.5%', bottom: '54%' },
{ left: '63%', bottom: '36%' },
];
//空调箱
export const airConditioningPosition = [
{ styleText: { left: '13%', bottom: '23%' }, lineType: 1 },
{ styleText: { left: '28%', bottom: '28%' }, lineType: 1 },
{ styleText: { left: '38%', bottom: '45.5%' }, lineType: 1 },
{ styleText: { left: '38%', bottom: '45.5%' }, lineType: 1 },
{ styleText: { left: '57%', bottom: '53%' }, lineType: 1 },
{ styleText: { left: '73%', bottom: '53%' }, lineType: 1 },
{ styleText: { left: '68%', bottom: '38%' }, lineType: '' },
{ styleText: { left: '43.5%', bottom: '22%' }, lineType: '' },
];
//地暖
export const floorHeatingPosition = [
{ styleText: { left: '13.5%', bottom: '34%' }, lineType: '' },
{ styleText: { left: '19.5%', bottom: '38.5%' }, lineType: 1 },
{ styleText: { left: '33%', bottom: '43%' }, lineType: 1 },
{ styleText: { left: '46%', bottom: '49.5%' }, lineType: 1 },
{ styleText: { left: '57.5%', bottom: '56%' }, lineType: 1 },
{ styleText: { left: '69.5%', bottom: '62%' }, lineType: 1 },
];