From 65e579fdba68b40e9583765371918aee2b47c83b Mon Sep 17 00:00:00 2001 From: ZZJ <zzjdsg2300@163.com> Date: 星期二, 09 十一月 2021 15:47:46 +0800 Subject: [PATCH] Merge branch 'master' of http://192.168.5.5:10010/r/web/vue-smart-ai --- src/pages/shuohuangMonitorAnalyze/components/videoAnalyze.vue | 30 ++++++++++++++++++++---------- 1 files changed, 20 insertions(+), 10 deletions(-) diff --git a/src/pages/shuohuangMonitorAnalyze/components/videoAnalyze.vue b/src/pages/shuohuangMonitorAnalyze/components/videoAnalyze.vue index 00c6898..db5ab31 100644 --- a/src/pages/shuohuangMonitorAnalyze/components/videoAnalyze.vue +++ b/src/pages/shuohuangMonitorAnalyze/components/videoAnalyze.vue @@ -203,14 +203,14 @@ <img src="/images/shuohuang/缁� 801.png" alt="" - v-if="showHand == true" - @click="closeHand" + v-if="showHand == false" + @click="openHand" /> <img src="/images/shuohuang/缁� 800.png" alt="" v-else - @click="openHand" + @click="closeHand" /> </div> </div> @@ -291,7 +291,7 @@ >{{ item.text }} </span> - <span class="list-warn">鏈墜姣� </span> + <!-- <span class="list-warn">鏈墜姣� </span> --> </div> </div> </div> @@ -549,9 +549,8 @@ this.showPlayBtn = false; if (this.guid == 1) { this.$refs[`player_${this.curVideo.id}`][0].play(); - this.maxDuration = this.$refs[ - `player_${this.curVideo.id}` - ][0].getDuration(); + this.maxDuration = + this.$refs[`player_${this.curVideo.id}`][0].getDuration(); } else { this.videoArrs.forEach((v) => { this.$refs[`player_${v.id}`][0].play(); @@ -580,9 +579,8 @@ this.$refs[`player_${this.curVideo.id}`][0].seek(val); // this.$refs[`player_${this.curVideo.ID}`][0].play(); setTimeout(() => { - let curT = that.$refs[ - `player_${that.curVideo.ID}` - ][0].getCurrentTime(); + let curT = + that.$refs[`player_${that.curVideo.ID}`][0].getCurrentTime(); }, 600); } else { this.videoArrs.forEach((v, i) => { @@ -1595,4 +1593,16 @@ .video-box-top b { color: #fff; } + +.currentPlayer .prism-player .prism-big-play-btn { + left: 46% !important; + bottom: 39% !important; + background-size: cover; + width: 11%; + height: 23%; + .outter { + width: 100%; + height: 100%; + } +} </style> \ No newline at end of file -- Gitblit v1.8.0