Skip to content

Commit

Permalink
fix: the task name placed on center
Browse files Browse the repository at this point in the history
  • Loading branch information
ci010 committed Nov 2, 2020
1 parent e1b570e commit 9351e4e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/renderer/windows/main/components/TaskFocus.vue
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@
:indeterminate="progress === -1"
:value="progress / total * 100"
>
{{ $t(name) }}
<div style="text-align: center;">
{{ $t(name) }}
</div>
</v-progress-circular>
</v-layout>
</v-container>
Expand Down

0 comments on commit 9351e4e

Please sign in to comment.