diff --git a/hx-ai-intelligent/src/view/equipmentControl/airConditioningSystem/devicePosition.ts b/hx-ai-intelligent/src/view/equipmentControl/airConditioningSystem/devicePosition.ts index f206275..b74337e 100644 --- a/hx-ai-intelligent/src/view/equipmentControl/airConditioningSystem/devicePosition.ts +++ b/hx-ai-intelligent/src/view/equipmentControl/airConditioningSystem/devicePosition.ts @@ -18,24 +18,58 @@ export const newTrendPosition = [ ]; //空调箱 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: '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 }, - { styleText: { left: '71%', bottom: '48%' }, lineType: '' }, - { styleText: { left: '46.5%', bottom: '32%' }, lineType: '' }, + { + 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 = [ { styleText: { - left: '13%', + left: '13.4%', bottom: '44%', - width: '150px', - height: '255px', - lineLeft: '220px', - lineBottom: '110px', + width: '120px', color: 'rgba(242, 209, 156, 0.5)', }, lineType: '', @@ -44,12 +78,8 @@ export const floorHeatingPosition = [ styleText: { left: '21%', bottom: '48%', - width: '130px', - height: '325px', - lineLeft: '370px', - lineBottom: '110px', + width: '115px', color: 'rgba(224, 244, 102,0.5)', - transform: 'rotateX(43deg) rotateZ(-19deg) skew(12deg) rotateY(-1deg)', }, lineType: 1, }, @@ -57,12 +87,8 @@ export const floorHeatingPosition = [ styleText: { left: '34.5%', bottom: '53.5%', - width: '350px', - height: '300px', - lineLeft: '492px', - lineBottom: '190px', + width: '355px', color: 'rgba(167, 128, 244, 0.5)', - transform: 'rotateX(42deg) rotateZ(-20deg) skew(17deg) rotateY(0deg)', }, lineType: 1, }, @@ -70,12 +96,8 @@ export const floorHeatingPosition = [ styleText: { left: '47.5%', bottom: '60.3%', - width: '100px', - height: '306px', - lineLeft: '840px', - lineBottom: '238px', + width: '90px', color: 'rgba(155, 216, 224, 0.5)', - transform: 'rotateX(51deg) rotateZ(-21deg) skew(17deg) rotateY(-2deg)', }, lineType: 1, }, @@ -83,12 +105,8 @@ export const floorHeatingPosition = [ styleText: { left: '60.5%', bottom: '65.5%', - width: '300px', - height: '300px', - lineLeft: '930px', - lineBottom: '290px', + width: '350px', color: 'rgba(222, 111, 141, 0.5)', - transform: 'rotateX(49deg) rotateZ(-24deg) skew(18deg) rotateY(3deg)', }, lineType: 1, }, @@ -96,12 +114,8 @@ export const floorHeatingPosition = [ styleText: { left: '73%', bottom: '72%', - width: '150px', - height: '320px', - lineLeft: '1218px', - lineBottom: '335px', + width: '140px', color: 'rgba(152, 190, 162, 0.5)', - transform: 'rotateX(50deg) rotateZ(-28deg) skew(17deg) rotateY(3deg)', }, lineType: 1, }, diff --git a/hx-ai-intelligent/src/view/equipmentControl/airConditioningSystem/index.vue b/hx-ai-intelligent/src/view/equipmentControl/airConditioningSystem/index.vue index e1fca4d..5ab571a 100644 --- a/hx-ai-intelligent/src/view/equipmentControl/airConditioningSystem/index.vue +++ b/hx-ai-intelligent/src/view/equipmentControl/airConditioningSystem/index.vue @@ -1,5 +1,5 @@