mirror of
https://github.com/Drop-OSS/drop.git
synced 2025-11-12 15:52:39 +10:00
feat(ui): smoother bar in admin task ui
This commit is contained in:
@ -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>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user