style(cupang): 상자 목록 머리글 굵게·가운데 정렬, 열 너비 확대

머리글 글자가 잘리지 않도록 상자번호 82px / 제품코드 100px / 수량 62px

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This commit is contained in:
2026-09-01 20:26:06 +09:00
parent cd8a594e05
commit 46ce6d78b8
7 changed files with 13 additions and 10 deletions
+7 -4
View File
@@ -1426,12 +1426,15 @@ a.cpg-boxno-dl:hover { background: #1a5c38; border-color: #1a5c38; font-weight:
position: sticky; top: 0; z-index: 2;
background: var(--color-ghost-gray);
overflow: visible; text-overflow: clip; /* 머리글은 줄여 쓰지 않는다 */
padding-left: 6px; padding-right: 6px;
padding-left: 4px; padding-right: 4px;
font-weight: 700;
text-align: center;
}
.cpg-boxno-c-no { width: 74px; }
/* 머리글 글자가 잘리지 않을 만큼의 너비(12px 한글 기준) */
.cpg-boxno-c-no { width: 82px; }
.cpg-boxno-c-name { width: auto; }
.cpg-boxno-c-code { width: 92px; }
.cpg-boxno-c-qty { width: 58px; }
.cpg-boxno-c-code { width: 100px; }
.cpg-boxno-c-qty { width: 62px; }
.cpg-boxno-cell {
text-align: center; font-weight: 700;
font-family: var(--font-geist-mono);