change color of proccessbar

This commit is contained in:
liangping 2022-05-15 13:33:11 +08:00
parent f97ba6dbfc
commit 859c7dbc20

View File

@ -52,11 +52,6 @@
</p> </p>
<div class="status"> <div class="status">
<!-- <b-progress
:value="100"
:variant="progressColor"
:animated="isLoading"
/> -->
<b-progress :animated="isLoading"> <b-progress :animated="isLoading">
<b-progress-bar <b-progress-bar
variant="success" variant="success"
@ -66,10 +61,6 @@
variant="danger" variant="danger"
:value="progresBar[1]" :value="progresBar[1]"
/> />
<b-progress-bar
variant="info"
:value="progresBar[2]"
/>
</b-progress> </b-progress>
<div class="status-text"> <div class="status-text">
<span v-if="hash">SUBMITED</span> <span v-if="hash">SUBMITED</span>