fix: [rd] 채권추심 Phase 프로그래스바 가독성 개선

This commit is contained in:
김보곤
2026-03-20 08:30:46 +09:00
parent d87ae1a251
commit 8b61e673f1

View File

@@ -49,8 +49,8 @@
<span class="text-[11px] font-bold text-gray-400 uppercase tracking-tighter">Phase 1. 기초조사</span>
<span id="phase1-text" class="text-xs font-bold text-indigo-500">0%</span>
</div>
<div class="w-full bg-gray-50 rounded-full h-1.5 overflow-hidden">
<div id="phase1-bar" class="bg-indigo-400 h-full transition-all duration-500" style="width: 0%"></div>
<div class="w-full bg-gray-200 rounded-full h-1.5 overflow-hidden">
<div id="phase1-bar" class="bg-indigo-500 h-full transition-all duration-500" style="width: 0%"></div>
</div>
</div>
<div class="space-y-2">
@@ -58,7 +58,7 @@
<span class="text-[11px] font-bold text-gray-400 uppercase tracking-tighter">Phase 2. 보전처분</span>
<span id="phase2-text" class="text-xs font-bold text-amber-500">0%</span>
</div>
<div class="w-full bg-gray-50 rounded-full h-1.5 overflow-hidden">
<div class="w-full bg-gray-200 rounded-full h-1.5 overflow-hidden">
<div id="phase2-bar" class="bg-amber-400 h-full transition-all duration-500" style="width: 0%"></div>
</div>
</div>
@@ -67,7 +67,7 @@
<span class="text-[11px] font-bold text-gray-400 uppercase tracking-tighter">Phase 3. 집행권원</span>
<span id="phase3-text" class="text-xs font-bold text-blue-500">0%</span>
</div>
<div class="w-full bg-gray-50 rounded-full h-1.5 overflow-hidden">
<div class="w-full bg-gray-200 rounded-full h-1.5 overflow-hidden">
<div id="phase3-bar" class="bg-blue-400 h-full transition-all duration-500" style="width: 0%"></div>
</div>
</div>
@@ -76,7 +76,7 @@
<span class="text-[11px] font-bold text-gray-400 uppercase tracking-tighter">Phase 4. 강제집행</span>
<span id="phase4-text" class="text-xs font-bold text-emerald-500">0%</span>
</div>
<div class="w-full bg-gray-50 rounded-full h-1.5 overflow-hidden">
<div class="w-full bg-gray-200 rounded-full h-1.5 overflow-hidden">
<div id="phase4-bar" class="bg-emerald-400 h-full transition-all duration-500" style="width: 0%"></div>
</div>
</div>