fix:修改枚举 新风系统
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
//传感器位置
|
||||
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%' },
|
||||
];
|
Reference in New Issue
Block a user