hanbaoshan
2021-02-28 7712b788faf815e8e39d5bbbd61b5e4261eee7b2
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 {