diff --git a/ruoyi-ui/src/views/picture/resource-monitoring/dialog-module/tour-detail.vue b/ruoyi-ui/src/views/picture/resource-monitoring/dialog-module/tour-detail.vue index 63ab2fcd..ab06a5be 100644 --- a/ruoyi-ui/src/views/picture/resource-monitoring/dialog-module/tour-detail.vue +++ b/ruoyi-ui/src/views/picture/resource-monitoring/dialog-module/tour-detail.vue @@ -100,12 +100,10 @@
-
+
-
-
-
+
{{ currentTimeDisplay }}
@@ -712,7 +710,7 @@ export default { isPlaying: false, duration: 0, currentTime: 0, - volume: 1.0, // 默认音量为最大值 + volume: 1, // 默认音量为最大值 baseUrl: process.env.VUE_APP_BASE_API, flowData: {}, @@ -858,6 +856,7 @@ export default { } }, seek(event) { + console.log(event,'999') const barWidth = event.currentTarget.offsetWidth; const clickPosition = event.clientX - event.currentTarget.offsetLeft; const percentage = clickPosition / barWidth; @@ -1783,17 +1782,17 @@ video { padding: 0 5px; } -.play-btn { +.play-pause { width: 30px; height: 30px; - background-image: url("~@/assets/images/p_pause.svg"); + background-image: url("~@/assets/images/p_play.svg"); background-repeat: no-repeat; background-size: cover; cursor: pointer; } -.play-btn.playing { - background-image: url("~@/assets/images/p_play.svg"); +.play-pause.playing { + background-image: url("~@/assets/images/p_pause.svg"); } .progress-bar { diff --git a/ruoyi-ui/src/views/reservationdata/appointmentrecord/index.vue b/ruoyi-ui/src/views/reservationdata/appointmentrecord/index.vue index e1b38a05..94d5ee92 100644 --- a/ruoyi-ui/src/views/reservationdata/appointmentrecord/index.vue +++ b/ruoyi-ui/src/views/reservationdata/appointmentrecord/index.vue @@ -29,7 +29,7 @@ /> - +