diff --git a/src/views/overview/overviewSimple.vue b/src/views/overview/overviewSimple.vue
index c61f888..bb988d4 100644
--- a/src/views/overview/overviewSimple.vue
+++ b/src/views/overview/overviewSimple.vue
@@ -137,25 +137,25 @@
{
text: '水表检查井编号',
value: 'wellCode',
- width: 220,
+ width: 120,
align: 'center'
},
{
text: '设备编号',
value: 'devcode',
- width: 120,
+ width: 130,
align: 'center'
},
{
text: '告警原因',
value: 'alarmContent',
align: 'center',
- width: 120
+ width: 200
},
{
text: '时间',
value: 'alarmTime',
- width: 160,
+ width: 170,
align: 'center'
}
], // 告警列表显示列
@@ -289,7 +289,7 @@
url: '../static/model/ws3(1).gltf',
scale: 2
},
- popup: `污水井
井编号:${response.data[i].wellCode}
所属单位:${response.data[i].deptName}
详细位置:${response.data[i].position}`,
+ popup: `给水井
井编号:${response.data[i].wellCode}
所属单位:${response.data[i].deptName}
详细位置:${response.data[i].position}`,
}))
}
}
@@ -1142,8 +1142,8 @@
bottom: 3px;
left: 0px;
/*background-color: red;*/
- background-color: #2d3b43;
- width: 100px;
- height: 25px;
+ background-color: #122252;
+ width: 120px;
+ height: 28px;
}