feat(ui): smoother bar in admin task ui
This commit is contained in:
parent
bfafe02d48
commit
4488ae269b
1 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,7 @@
|
||||||
<div class="h-3 rounded-full bg-zinc-950 overflow-hidden">
|
<div class="h-3 rounded-full bg-zinc-950 overflow-hidden">
|
||||||
<div
|
<div
|
||||||
:style="{ width: `${taskValue.progress}%` }"
|
:style="{ width: `${taskValue.progress}%` }"
|
||||||
class="bg-blue-600 h-full"
|
class="transition-all bg-blue-600 h-full"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue