[S] Make progress bar visible
This commit is contained in:
@@ -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;">
|
||||
|
||||
Reference in New Issue
Block a user