Browse Source

1.修改生活热水-实时监控的动态图

2.修改中央空调-系统监测各个定位数据匹配逻辑
meizhou
selia-zx 2 weeks ago
parent
commit
e6b93684ae
  1. 6
      .env.development
  2. BIN
      src/assets/flowimg/pump.png
  3. BIN
      src/assets/flowimg/replenish-move.gif
  4. BIN
      src/assets/flowimg/replenish-nomove.png
  5. BIN
      src/assets/flowimg/replenish-nomove3.png
  6. BIN
      src/assets/images/pump.png
  7. 575
      src/views/centerairC/sysMonitor/monitorCenter.vue
  8. 8
      src/views/components/waterTank.vue
  9. 43
      src/views/hotWater/waterControl/index.vue
  10. 4
      src/views/hotWater/waterMonitor/index.vue

6
.env.development

@ -7,9 +7,9 @@ ENV = 'development'
# 开发环境
# VUE_APP_BASE_API = '/dev-api'
# 后台
# VUE_APP_BASE_API = 'http://192.168.1.222:8080'
# 云端
VUE_APP_BASE_API = 'http://106.55.173.225:8091'
VUE_APP_BASE_API = 'http://192.168.1.222:8080'
# 梅州云端
# VUE_APP_BASE_API = 'http://106.55.173.225:8091'
# 路由懒加载
VUE_CLI_BABEL_TRANSPILE_MODULES = true

BIN
src/assets/flowimg/pump.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

BIN
src/assets/flowimg/replenish-move.gif

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 20 KiB

BIN
src/assets/flowimg/replenish-nomove.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.9 KiB

After

Width:  |  Height:  |  Size: 7.7 KiB

BIN
src/assets/flowimg/replenish-nomove3.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.9 KiB

BIN
src/assets/images/pump.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 KiB

575
src/views/centerairC/sysMonitor/monitorCenter.vue

File diff suppressed because it is too large Load Diff

8
src/views/components/waterTank.vue

@ -64,7 +64,7 @@ export default {
height: 120px !important;
}
.water {
width: 110px !important;
width: 105px !important;
}
}
@ -78,7 +78,7 @@ export default {
height: 100px !important;
}
.water {
width: 90px !important;
width: 85px !important;
}
}
@ -92,7 +92,7 @@ export default {
height: 110px !important;
}
.water {
width: 100px !important;
width: 96px !important;
}
}
@ -106,7 +106,7 @@ export default {
height: 90px !important;
}
.water {
width: 80px !important;
width: 76px !important;
}
}
</style>

43
src/views/hotWater/waterControl/index.vue

@ -276,8 +276,8 @@
<div class="monitor-flex-left" v-if="activeName.includes('回水')">
<div class="control-top">
<img
class="monitor-img2"
src="../../../assets/images/startpum.png"
class="monitor-img3"
src="../../../assets/images/pump.png"
/>
<div class="monitor-words">
<div class="words-li">
@ -303,9 +303,6 @@
></el-input>
<div class="white"></div>
</div>
</div>
</div>
<div class="monitor-words" style="margin-top: 20px">
<div class="words-li">
<div class="ash">回水温度设定差值:</div>
<el-input
@ -342,7 +339,8 @@
@blur="handleBlur()"
size="mini"
></el-input>
<div class="white">S</div>
<div class="white">min</div>
</div>
</div>
</div>
</div>
@ -1236,6 +1234,10 @@ export default {
width: 1.2rem;
height: 0.8rem;
}
.monitor-img3 {
width: 1.2rem;
height: 0.8rem;
}
}
.control-bottom {
width: 100%;
@ -1359,24 +1361,11 @@ export default {
}
}
}
@media (min-width: 1400px) and (max-width: 1620px) {
.monitor-li {
width: calc(49% - 40px) !important;
margin: 0 20px !important;
.monitor-img1 {
width: 120px !important;
height: 120px !important;
}
.monitor-img2 {
width: 120px !important;
height: 80px !important;
}
.monitor-flex-left {
padding: 0 0.3rem !important;
}
@media (min-width: 1350px) and (max-width: 1460px) {
.monitor-img3 {
}
}
@media (min-width: 1240px) and (max-width: 1400px) {
@media (min-width: 1350px) and (max-width: 1850px) {
.monitor-li {
width: calc(49% - 10px) !important;
margin: 0 5px !important;
@ -1389,8 +1378,12 @@ export default {
width: 100px !important;
height: 60px !important;
}
.monitor-img3 {
width: 1.2rem !important;
height: 0.9rem !important;
}
}
@media (max-width: 1240px) {
@media (max-width: 1350px) {
.monitor-li {
width: 100% !important;
margin: 0 !important;
@ -1403,6 +1396,10 @@ export default {
width: 100px !important;
height: 80px !important;
}
.monitor-img3 {
width: 100px !important;
height: 80px !important;
}
.monitor-flex-left {
padding: 0 30px !important;
}

4
src/views/hotWater/waterMonitor/index.vue

@ -801,8 +801,8 @@ export default {
.replenish {
position: absolute;
top: 0.7rem;
left: 0.9rem;
width: 1.7rem;
left: 0rem;
width:2.55rem;
height: 0.34rem;
z-index: 1;
}

Loading…
Cancel
Save