feat(ui): smoother bar in admin task ui

This commit is contained in:
DecDuck
2024-11-16 16:08:41 +11:00
parent bfafe02d48
commit 4488ae269b

View File

@ -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>