ui(cupang): 품목 라인 체크박스 칸 가운데 정렬 (Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>)

This commit is contained in:
2026-05-30 06:25:07 +09:00
parent fdabeec4e3
commit 2f16457ac6
8 changed files with 15 additions and 11 deletions
+6 -2
View File
@@ -174,8 +174,12 @@
/* ── 라인 테이블 ── */
.cpg-lines td { vertical-align: middle; }
.cpg-check-col { width: 36px; text-align: center; }
.cpg-check-col input { cursor: pointer; }
.cpg-lines th.cpg-check-col,
.cpg-lines td.cpg-check-col {
width: 36px; text-align: center;
padding-left: 0; padding-right: 0; vertical-align: middle;
}
.cpg-check-col input { display: block; margin: 0 auto; cursor: pointer; }
.cpg-lines .cpg-name-sel { width: 100%; min-width: 160px; }
/* 폭 고정: 제품코드 140px, 수량·입수량 60px */
.cpg-lines .cpg-code { width: 140px; min-width: 140px; box-sizing: border-box; }