fix:对接新风系统 修改计划获取的枚举
This commit is contained in:
@@ -16,3 +16,23 @@ export const newTrendPosition = [
|
||||
{ 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 },
|
||||
];
|
||||
|
Reference in New Issue
Block a user