Files
SaaS-lib/hx-ai-intelligent/src/view/equipmentControl/airConditioningSystem/devicePosition.ts

123 lines
2.4 KiB
TypeScript
Raw Normal View History

2024-08-22 09:15:50 +08:00
//传感器位置
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%' },
2024-08-22 09:15:50 +08:00
];
// 新风主机
export const newTrendPosition = [
{ left: '46%', bottom: '54%' },
{ left: '48%', bottom: '33%' },
{ left: '64.5%', bottom: '64%' },
{ left: '66%', bottom: '46%' },
2024-08-22 09:15:50 +08:00
];
//空调箱
export const airConditioningPosition = [
2024-08-26 11:37:06 +08:00
{
styleText: { left: '13%', bottom: '30%', width: '120px', color: 'rgba(165, 209, 123, 0.5)' },
lineType: 1,
},
{
styleText: {
left: '31%',
bottom: '38%',
mLeft: '120px',
width: '100px',
color: 'rgba(217, 223, 179, 0.5)',
},
lineType: 1,
},
{
styleText: {
left: '41%',
bottom: '55.5%',
width: '300px',
height: '150px',
color: 'rgba(168, 226, 233, 0.5)',
},
lineType: 1,
},
{ styleText: { left: '60%', bottom: '63%' }, lineType: 1 },
{ styleText: { left: '76%', bottom: '63%' }, lineType: 1 },
2024-08-26 11:37:06 +08:00
{
styleText: {
left: '71%',
bottom: '48%',
},
lineType: '',
},
{
styleText: {
left: '46.5%',
bottom: '32%',
width: '300px',
height: '150px',
mTop: '150px',
color: 'rgba(168, 226, 233, 0.5)',
},
lineType: '',
},
];
//地暖
export const floorHeatingPosition = [
2024-08-22 16:27:56 +08:00
{
styleText: {
2024-08-26 11:37:06 +08:00
left: '13.4%',
2024-08-22 16:27:56 +08:00
bottom: '44%',
2024-08-26 11:37:06 +08:00
width: '120px',
2024-08-22 17:02:45 +08:00
color: 'rgba(242, 209, 156, 0.5)',
2024-08-22 16:27:56 +08:00
},
lineType: '',
},
{
styleText: {
left: '21%',
bottom: '48%',
2024-08-26 11:37:06 +08:00
width: '115px',
2024-08-22 17:02:45 +08:00
color: 'rgba(224, 244, 102,0.5)',
2024-08-22 16:27:56 +08:00
},
lineType: 1,
},
{
styleText: {
left: '34.5%',
bottom: '53.5%',
2024-08-26 11:37:06 +08:00
width: '355px',
2024-08-22 17:02:45 +08:00
color: 'rgba(167, 128, 244, 0.5)',
},
lineType: 1,
},
{
styleText: {
left: '47.5%',
bottom: '60.3%',
2024-08-26 11:37:06 +08:00
width: '90px',
2024-08-22 17:02:45 +08:00
color: 'rgba(155, 216, 224, 0.5)',
},
lineType: 1,
},
{
styleText: {
left: '60.5%',
bottom: '65.5%',
2024-08-26 11:37:06 +08:00
width: '350px',
2024-08-22 17:02:45 +08:00
color: 'rgba(222, 111, 141, 0.5)',
},
lineType: 1,
},
{
styleText: {
left: '73%',
bottom: '72%',
2024-08-26 11:37:06 +08:00
width: '140px',
2024-08-22 17:02:45 +08:00
color: 'rgba(152, 190, 162, 0.5)',
2024-08-22 16:27:56 +08:00
},
lineType: 1,
},
];