fix:경정청구 페이지 SAM 로고 적용
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -60,13 +60,14 @@
|
||||
<header class="bg-white shadow-sm sticky top-0 z-50">
|
||||
<div class="max-w-6xl mx-auto px-4">
|
||||
<div class="flex items-center justify-between py-4">
|
||||
<div class="flex items-center space-x-4">
|
||||
<a href="../index.php" class="flex items-center justify-center w-10 h-10 bg-slate-100 hover:bg-teal-100 rounded-lg transition-colors" title="홈으로">
|
||||
<span class="text-xl">🏠</span>
|
||||
</a>
|
||||
<h1 class="text-xl font-bold text-slate-800">SAM 경정청구 보고서</h1>
|
||||
</div>
|
||||
<span class="text-sm text-slate-500">2026년 1월 8일</span>
|
||||
<a href="../index.php" class="flex items-center gap-3 cursor-pointer">
|
||||
<img src="../img/favicon-32x32.png" alt="SAM" class="w-10 h-10 rounded-xl">
|
||||
<div class="flex flex-col">
|
||||
<span class="text-lg font-bold text-slate-800 leading-tight">SAM</span>
|
||||
<span class="text-xs text-slate-500 leading-tight">Smart Automation Management</span>
|
||||
</div>
|
||||
</a>
|
||||
<a href="../index.php" class="text-sm font-medium text-slate-500 hover:text-slate-900 transition-colors">홈</a>
|
||||
</div>
|
||||
<nav class="flex space-x-1 overflow-x-auto custom-scroll" id="nav-container">
|
||||
<button onclick="switchTab('overview')" id="tab-overview" class="px-4 py-3 text-sm font-medium whitespace-nowrap nav-active">종합 요약</button>
|
||||
|
||||
Reference in New Issue
Block a user