change color

This commit is contained in:
liangping 2022-11-07 09:04:36 +08:00
parent e3228f125e
commit 30b34ed89c

View File

@ -69,7 +69,6 @@
</h6> </h6>
</div> </div>
</div> </div>
<b-progress <b-progress
:max="100" :max="100"
height="2rem" height="2rem"
@ -85,14 +84,14 @@
/> />
<b-progress-bar <b-progress-bar
:id="'vote-no'+p.id" :id="'vote-no'+p.id"
variant="warning" variant="danger"
:value="percent(p.tally.no)" :value="percent(p.tally.no)"
:label="`${percent(p.tally.no).toFixed()}%`" :label="`${percent(p.tally.no).toFixed()}%`"
show-progress show-progress
/> />
<b-progress-bar <b-progress-bar
:id="'vote-veto'+p.id" :id="'vote-veto'+p.id"
variant="danger" class="bg-danger bg-darken-4"
:value="percent(p.tally.veto)" :value="percent(p.tally.veto)"
:label="`${percent(p.tally.veto).toFixed()}%`" :label="`${percent(p.tally.veto).toFixed()}%`"
show-progress show-progress