style: Download progress adapted for dark mode (#9965)

Refs https://github.com/1Panel-dev/1Panel/issues/9926
This commit is contained in:
CityFun 2025-08-12 17:30:49 +08:00 committed by GitHub
parent fb44e3c1e2
commit 5e9c43fc71
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -5,7 +5,7 @@
<div <div
v-for="(value, index) in res" v-for="(value, index) in res"
:key="index" :key="index"
class="bg-white rounded-lg p-4 shadow-sm border border-gray-100 transition-all duration-200 hover:shadow-md" class="rounded-lg p-4 shadow-sm border border-gray-100 transition-all duration-200 hover:shadow-md"
:class="{ completed: value.percent === 100 }" :class="{ completed: value.percent === 100 }"
> >
<div class="flex items-center gap-3"> <div class="flex items-center gap-3">