diff --git a/src/views/alarmHandling/index.vue b/src/views/alarmHandling/index.vue index f399c5f..241531e 100644 --- a/src/views/alarmHandling/index.vue +++ b/src/views/alarmHandling/index.vue @@ -174,7 +174,7 @@
- +
@@ -217,6 +217,7 @@ export default { isreadshow: false, showBigpic: false, textInfo: "", + bigPhotoPic: "", //大图路径 }; }, mounted() { @@ -229,7 +230,8 @@ export default { this.getSearchgj(); }, methods: { - handleBigPicbox() { + handleBigPicbox(val) { + this.bigPhotoPic = val; this.showBigpic = true; }, closePic() { @@ -446,13 +448,13 @@ export default { animation-duration: 0.65s; img { - max-width: 1366px; - max-height: 768px; + max-width: 1280px; + max-height: 720px; margin: auto; } .el-icon-circle-close { position: absolute; - right: -10px; + right: -24px; font-size: 48px; color: #fff; cursor: pointer; diff --git a/src/views/components/carouselChart.vue b/src/views/components/carouselChart.vue index 0e7f7d9..0b1e47c 100644 --- a/src/views/components/carouselChart.vue +++ b/src/views/components/carouselChart.vue @@ -438,13 +438,13 @@ export default { animation-duration: 0.65s; img { - max-width: 1366px; - max-height: 768px; + max-width: 1280px; + max-height: 720px; margin: auto; } .el-icon-circle-close { position: absolute; - right: -10px; + right: -24px; font-size: 48px; color: #fff; cursor: pointer;