From e6b7b9bc9ef270311298b4965d6872b73d066289 Mon Sep 17 00:00:00 2001
From: fanluyan <754122931@qq.com>
Date: Fri, 30 Jun 2023 10:45:37 +0800
Subject: [PATCH 1/2] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=9B=BE=E7=89=87?=
=?UTF-8?q?=E5=A4=A7=E5=B0=8F?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/alarmHandling/index.vue | 14 +-
src/views/components/carouselChart.vue | 57 ++--
src/views/components/carouselChart2.vue | 282 ------------------
src/views/components/carouselChartnew.vue | 280 -----------------
.../photographicDevice/index.vue | 102 +------
src/views/pictureRotation/index.vue | 2 +-
src/views/realTimeSearch/index.vue | 2 +-
7 files changed, 48 insertions(+), 691 deletions(-)
delete mode 100644 src/views/components/carouselChart2.vue
delete mode 100644 src/views/components/carouselChartnew.vue
diff --git a/src/views/alarmHandling/index.vue b/src/views/alarmHandling/index.vue
index d475860..f09bf70 100644
--- a/src/views/alarmHandling/index.vue
+++ b/src/views/alarmHandling/index.vue
@@ -194,21 +194,21 @@
>
@@ -617,8 +617,8 @@ export default {
cursor: pointer;
.picboxI {
position: relative;
- max-width: 1280px;
- max-height: 720px;
+ max-width: 1366px;
+ max-height: 768px;
margin: auto;
animation-name: scaleDraw;
/*关键帧名称*/
@@ -629,8 +629,8 @@ export default {
animation-duration: 0.65s;
img {
- max-width: 1280px;
- max-height: 720px;
+ max-width: 1366px;
+ max-height: 768px;
margin: auto;
}
.myCanvas {
diff --git a/src/views/components/carouselChart.vue b/src/views/components/carouselChart.vue
index 8adf22d..baf52f6 100644
--- a/src/views/components/carouselChart.vue
+++ b/src/views/components/carouselChart.vue
@@ -9,6 +9,7 @@
bigPicPath.indexOf('videos') == -1
"
:style="bigPicPath ? 'backgroundImage:url(' + bigPicPath + ')' : ''"
+ @click="handleBigPicbox(bigPicPath)"
>
-
-