| | |
| | | <div class="current-wrapper"> |
| | | <div class="video-boxs"> |
| | | <div class="header"> |
| | | <img src="/img/icon/video-logo.png" alt /> 视频监控 |
| | | <img src="../../../public/img/icon/video-logo.png" alt /> 视频监控 |
| | | </div> |
| | | |
| | | <div class="body"> |
| | |
| | | |
| | | <div class="equipment-boxs"> |
| | | <div class="header"> |
| | | <img src="/img/icon/equipment-logo.png" alt />物联网设备 |
| | | <img src="../../../public/img/icon/equipment-logo.png" alt />物联网设备 |
| | | </div> |
| | | |
| | | <div class="body"> |
| | |
| | | <div v-for="(item, index) in stationData.weatherList" :key="index"> |
| | | <div class="top"> |
| | | <div class="l"> |
| | | <img src="/img/icon/wd-icon.png" alt /> |
| | | <img src="../../../public/img/icon/wd-icon.png" alt /> |
| | | <span>{{item.name}}</span> |
| | | </div> |
| | | |
| | |
| | | <div v-for="(item, index) in stationData.soliList" :key="index"> |
| | | <div class="top"> |
| | | <div class="l"> |
| | | <img src="/img/icon/wd-icon.png" alt /> |
| | | <img src="../../../public/img/icon/wd-icon.png" alt /> |
| | | <span>{{item.name}}</span> |
| | | </div> |
| | | |
| | |
| | | <div v-for="(item, index) in stationData.airList" :key="index"> |
| | | <div class="top"> |
| | | <div class="l"> |
| | | <img src="/img/icon/wd-icon.png" alt /> |
| | | <img src="../../../public/img/icon/wd-icon.png" alt /> |
| | | <span>{{item.name}}</span> |
| | | </div> |
| | | |
| | |
| | | <div v-for="(item, index) in stationData.waterList" :key="index"> |
| | | <div class="top"> |
| | | <div class="l"> |
| | | <img src="/img/icon/wd-icon.png" alt /> |
| | | <img src="../../../public/img/icon/wd-icon.png" alt /> |
| | | <span>{{item.name}}</span> |
| | | </div> |
| | | |
| | |
| | | <img |
| | | @click="echartsBosShow = false" |
| | | class="close" |
| | | src="/img/icon/echarts-close.png" |
| | | src="../../../public/img/icon/echarts-close.png" |
| | | alt |
| | | /> |
| | | <div id="EchartsBox"></div> |
| | |
| | | align-items: center; |
| | | width: 338px; |
| | | height: 118px; |
| | | background: url(/img/icon/monitor-bg.png) no-repeat; |
| | | background: url(../../../public/img/icon/monitor-bg.png) no-repeat; |
| | | background-size: 100% 100%; |
| | | |
| | | .top { |