From adfe59269398610dd6fd41aec48034e1bb811202 Mon Sep 17 00:00:00 2001
From: Tuzki <1720599558@qq.com>
Date: Wed, 23 Aug 2023 11:03:26 +0800
Subject: [PATCH] =?UTF-8?q?=E6=92=AD=E6=94=BE=E6=8C=89=E9=92=AE=E8=B0=83?=
=?UTF-8?q?=E6=95=B4=20=E6=B7=BB=E5=8A=A0=E8=AF=81=E4=BB=B6=E5=8F=B7?=
=?UTF-8?q?=E9=99=90=E5=88=B6?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../dialog-module/tour-detail.vue | 17 ++++++++---------
.../reservationdata/appointmentrecord/index.vue | 3 ++-
2 files changed, 10 insertions(+), 10 deletions(-)
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 @@
/>
-
+