From 681c802826e3ce47f428358cf6b4838712f54de1 Mon Sep 17 00:00:00 2001
From: hanbaoshan <hanbaoshan@aiotlink.com>
Date: 星期五, 05 三月 2021 15:52:00 +0800
Subject: [PATCH] 全景追踪关联摄像机轮播组件标题部分样式更新;检索查询详情卡片摄像机名称限制展示宽度;事件推送人员等级选项调试

---
 src/pages/shuohuangMonitorAnalyze/components/videoAnalyze.vue |   11 ++++++-----
 1 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/src/pages/shuohuangMonitorAnalyze/components/videoAnalyze.vue b/src/pages/shuohuangMonitorAnalyze/components/videoAnalyze.vue
index bdf1c20..8a8f6ef 100644
--- a/src/pages/shuohuangMonitorAnalyze/components/videoAnalyze.vue
+++ b/src/pages/shuohuangMonitorAnalyze/components/videoAnalyze.vue
@@ -1,5 +1,5 @@
 <template>
-  <div class="content">
+  <div class="video-analyze-content">
     <div class="content-top">
       <div class="grid-check">
         <span
@@ -57,7 +57,7 @@
                 <!-- {{curVideo.ID}} -->
                 <!-- <img :src="curVideo.VideoCover" style="width:100px" /> -->
                 <ali-player
-                  :source="'http://' + curVideo.VideoPath"
+                  :source="curVideo.VideoPath"
                   :markers="curVideo.marks"
                   :ref="`player_${curVideo.ID}`"
                 />
@@ -82,7 +82,7 @@
                     style="width:100px"
                   />-->
                   <ali-player
-                    :source="'http://' + videoArrs[index].VideoPath"
+                    :source="videoArrs[index].VideoPath"
                     :markers="videoArrs[index].marks"
                     :ref="`player_${videoArrs[index].ID}`"
                   />
@@ -440,8 +440,9 @@
 };
 </script>
 
-<style lang="scss">
-.content {
+<style lang="scss" >
+.video-analyze-content {
+  margin: 0;
   padding: 15px;
   text-align: left;
   .content-top {

--
Gitblit v1.8.0