From 3dd7c418bdd42e1c49e4d1e4a81dd53fe09da74c Mon Sep 17 00:00:00 2001 From: fanluyan <754122931@qq.com> Date: Wed, 24 May 2023 19:52:42 +0800 Subject: [PATCH] =?UTF-8?q?=E7=94=BB=E5=9B=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/components/carouselChart.vue | 91 +++++++++++++++---- .../components/pictureTags.vue | 54 +++++++---- .../photographicDevice/index.vue | 1 + src/views/realTimeMonitor/index.vue | 1 + 4 files changed, 111 insertions(+), 36 deletions(-) diff --git a/src/views/components/carouselChart.vue b/src/views/components/carouselChart.vue index a3443ed..b66032e 100644 --- a/src/views/components/carouselChart.vue +++ b/src/views/components/carouselChart.vue @@ -10,7 +10,7 @@ :style=" bigPicPath ? 'backgroundImage:url(' + bigPicPath + '!128x72)' : '' " - @click="handleBigPic(bigPicPath)" + @click="handleBigPicbox(bigPicPath)" > @@ -153,6 +153,7 @@