ui(cupang): 품목 라인 번호열을 체크박스로 + 선택 라인 삭제 + 전체선택
- # 열 → 체크박스(헤더 전체선택, indeterminate 지원) - "라인 삭제" → "선택 라인 삭제": 체크된 행 삭제(최소 1줄 유지) - 캐시 버전 h Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
@@ -174,6 +174,8 @@
|
||||
|
||||
/* ── 라인 테이블 ── */
|
||||
.cpg-lines td { vertical-align: middle; }
|
||||
.cpg-check-col { width: 36px; text-align: center; }
|
||||
.cpg-check-col input { 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; }
|
||||
|
||||
Reference in New Issue
Block a user