From e36ebca88c3caa81d30914af797fb68ee0cabbe3 Mon Sep 17 00:00:00 2001 From: yanran200730 Date: Tue, 19 Apr 2022 17:59:16 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=86=E9=A2=91=E5=9B=9E=E6=94=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../AppISManage/AppISManage.vue | 2 +- .../components/AiSlwVideo.vue | 106 +++++++++++++++-- .../components/Timeline.vue | 110 +++++++++++------- 3 files changed, 164 insertions(+), 54 deletions(-) diff --git a/packages/IntelligentSecurity/AppISManage/AppISManage.vue b/packages/IntelligentSecurity/AppISManage/AppISManage.vue index b4ed4241..d175e201 100644 --- a/packages/IntelligentSecurity/AppISManage/AppISManage.vue +++ b/packages/IntelligentSecurity/AppISManage/AppISManage.vue @@ -21,7 +21,7 @@ v-for="(m, i) in monitors" :key="m.id" :style="currentSplitStyle"> - + diff --git a/packages/IntelligentSecurity/components/AiSlwVideo.vue b/packages/IntelligentSecurity/components/AiSlwVideo.vue index 05ab2ae2..e4d04d29 100644 --- a/packages/IntelligentSecurity/components/AiSlwVideo.vue +++ b/packages/IntelligentSecurity/components/AiSlwVideo.vue @@ -1,5 +1,5 @@