diff --git a/components/app/AudioPlayer.vue b/components/app/AudioPlayer.vue index abe3bddc..2cf1bc91 100644 --- a/components/app/AudioPlayer.vue +++ b/components/app/AudioPlayer.vue @@ -90,7 +90,9 @@
-
+
+
+
@@ -551,7 +553,7 @@ export default { this.$refs.bufferedTrack.style.width = Math.round(bufferedPercent * this.trackWidth) + 'px' if (this.$refs.trackCursor) { - this.$refs.trackCursor.style.left = ptWidth - 7 + 'px' + this.$refs.trackCursor.style.left = ptWidth - 14 + 'px' } if (this.useChapterTrack) {