[CLAUDE] FE: Hồ sơ NS — tên NV đen→trắng (ép text-white! thắng rule h1-h4 ngoài @layer, Tailwind v4) + thu nhỏ text-lg font-bold — x2 app SHA256
All checks were successful
Deploy SOLUTION_ERP / build-deploy (push) Successful in 4m33s

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
pqhuy1987
2026-06-16 19:54:46 +07:00
parent 6983609c7b
commit 37752eb914
2 changed files with 2 additions and 2 deletions

View File

@ -650,7 +650,7 @@ function EmployeeDetailTabs({ detail, onDelete }: { detail: EmployeeDetail; onDe
{initials(detail.fullName)}
</span>
<div className="min-w-0">
<h2 className="truncate text-xl font-extrabold leading-tight text-white drop-shadow-sm">{detail.fullName ?? '—'}</h2>
<h2 className="truncate text-lg font-bold leading-tight text-white! drop-shadow-sm">{detail.fullName ?? '—'}</h2>
<div className="mt-1.5 flex flex-wrap items-center gap-x-2 gap-y-1 text-[13px] font-medium text-white">
<span className="font-mono font-semibold tracking-tight">{detail.employeeCode}</span>
{detail.departmentName && (<><span className="text-white/55"></span><span className="truncate">{detail.departmentName}</span></>)}