mirror of
https://github.com/VueTubeApp/VueTube
synced 2024-11-26 13:13:03 +00:00
seekbar bugfix
This commit is contained in:
parent
3e1340d616
commit
67e3ff1f31
1 changed files with 5 additions and 1 deletions
|
@ -21,7 +21,7 @@
|
|||
:style="
|
||||
fullscreen
|
||||
? 'width: calc(100% - 2rem); left: 1rem; bottom: 51px;'
|
||||
: 'width: calc(100% - 0.8rem); left: 0.4rem; bottom: 0;'
|
||||
: 'width: calc(100% - 0.5rem); left: 0.25rem; bottom: 0;'
|
||||
"
|
||||
:thumb-size="0"
|
||||
:max="duration"
|
||||
|
@ -81,6 +81,10 @@ export default {
|
|||
type: Number,
|
||||
required: true,
|
||||
},
|
||||
seeking: {
|
||||
type: Boolean,
|
||||
required: true,
|
||||
},
|
||||
},
|
||||
data: () => ({
|
||||
vidWrs: "",
|
||||
|
|
Loading…
Reference in a new issue