[S] Make progress bar visible

This commit is contained in:
Hykilpikonna
2019-12-21 20:21:43 -05:00
parent 693d479b0f
commit a4241f9549
+2 -1
View File
@@ -1,6 +1,7 @@
<template>
<div id="overall">
<el-progress v-if="started" :text-inside="true" :percentage="progress()"/>
<el-progress v-if="started" :text-inside="true" :percentage="progress()"
:stroke-width="20"/>
<el-dialog title="Notice" :visible.sync="clearUnreadPrompt"
width="30%" style="word-break: unset;">