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')
|
.addClass('converting')
|
||||||
.removeClass('indeterminate')
|
.removeClass('indeterminate')
|
||||||
.addClass('determinate')
|
.addClass('determinate')
|
||||||
|
.css('width', '100%')
|
||||||
},
|
},
|
||||||
showErrorsTab(clickEvent) {
|
showErrorsTab(clickEvent) {
|
||||||
this.$root.$emit('showTabErrors', clickEvent.data.item, clickEvent.target)
|
this.$root.$emit('showTabErrors', clickEvent.data.item, clickEvent.target)
|
||||||
|
Loading…
Reference in New Issue
Block a user