[S] Change progress bar color to green
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
<template>
|
<template>
|
||||||
<div id="overall">
|
<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"/>
|
:stroke-width="20" status="success"/>
|
||||||
|
|
||||||
<el-dialog title="Notice" :visible.sync="clearUnreadPrompt"
|
<el-dialog title="Notice" :visible.sync="clearUnreadPrompt"
|
||||||
width="30%" style="word-break: unset;">
|
width="30%" style="word-break: unset;">
|
||||||
|
|||||||
Reference in New Issue
Block a user