feat(cupang): 자투리 혼합 박스 상자 종류 선택
박스 요약 카드에서 쿠팡상자 / 3호상자 / 6호상자 중 하나를 고른다. 고른 종류는 카드 제목·박스 그림·③ 센터 분배 라벨에 반영되고, 출고일 탭 전환과 임시 저장/불러오기에도 함께 보관된다. 드롭다운 조작 시에는 드래그·담기 대화상자가 열리지 않게 예외 처리. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This commit is contained in:
@@ -1335,3 +1335,11 @@ body.cpg-dragging { cursor: grabbing; user-select: none; }
|
||||
}
|
||||
.cpg-po-dates > li > b { font-family: var(--font-geist-mono); }
|
||||
.cpg-po-dates > li > span { color: var(--color-midtone-gray); }
|
||||
|
||||
/* 자투리 혼합 박스 — 상자 종류 선택 */
|
||||
.cpg-box-typerow { margin: 2px 0 6px; }
|
||||
.cpg-box-type {
|
||||
width: auto; min-width: 108px;
|
||||
padding: 2px 8px; font-size: 12px; line-height: 1.6;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user