fix(client): fix range slider rendering
This commit is contained in:
parent
e42e9530cb
commit
8a3f860213
3 changed files with 24 additions and 7 deletions
|
|
@ -119,6 +119,7 @@ export default defineComponent({
|
|||
mim: 0,
|
||||
max: 1,
|
||||
step: 0.05,
|
||||
textConverter: (v) => `${Math.floor(v * 100)}%`,
|
||||
label: this.$ts.volume,
|
||||
default: this.sounds[type].volume
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue