mirror of
https://github.com/Drop-OSS/drop.git
synced 2025-11-12 07:42:40 +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
|
||||
:style="{ width: `${taskValue.progress}%` }"
|
||||
class="bg-blue-600 h-full"
|
||||
class="transition-all bg-blue-600 h-full"
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user