mirror of
https://gitlab.com/RemixDev/deemix-webui.git
synced 2025-01-04 05:46:00 +00:00
Small covnersion bar display fix
This commit is contained in:
parent
e1a3e8b562
commit
bf532ba62e
File diff suppressed because one or more lines are too long
|
@ -368,6 +368,7 @@ export default {
|
|||
.addClass('converting')
|
||||
.removeClass('indeterminate')
|
||||
.addClass('determinate')
|
||||
.css('width', '100%')
|
||||
},
|
||||
showErrorsTab(clickEvent) {
|
||||
this.$root.$emit('showTabErrors', clickEvent.data.item, clickEvent.target)
|
||||
|
|
Loading…
Reference in a new issue