diff --git a/src/views/realTimeMonitor/components/carouselChart.vue b/src/views/realTimeMonitor/components/carouselChart.vue index 5112350..4613995 100644 --- a/src/views/realTimeMonitor/components/carouselChart.vue +++ b/src/views/realTimeMonitor/components/carouselChart.vue @@ -22,12 +22,16 @@ class="bigPic" v-if="currentPicPath.indexOf('nopic') !== -1 && currentPicPath" > - + +
+ 加载中... +
+
+
+ +
@@ -733,9 +746,17 @@ export default { .el-image { width: 100%; height: 100%; - .el-image__placeholder { - background: url(../../../assets/img/nopicbg.png) no-repeat center; + + .image-slot { + display: flex; + justify-content: center; + align-items: center; + height: 100%; background-size: 100% 100%; + i { + font-size: 40px; + color: #128071; + } } img { width: 100%;