feat(cupang): 매출 표에 그룹 줄무늬 — 입고센터(센터 검색 시 출고일) 기준

연속된 같은 그룹은 같은 배경, 그룹이 바뀌면 배경을 번갈아 칠한다.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This commit is contained in:
2026-09-02 16:34:11 +09:00
parent 2128d622b8
commit 35f849ba0c
8 changed files with 22 additions and 7 deletions
+3
View File
@@ -1553,7 +1553,10 @@ a.cpg-boxno-dl:hover { background: #1a5c38; border-color: #1a5c38; font-weight:
color: var(--color-deep-black);
text-align: center; white-space: nowrap;
}
/* 줄무늬 — 입고센터(센터 검색 중이면 출고일)가 바뀔 때마다 배경 전환 */
.cpg-sales-table tbody tr.is-band td { background: #eef2f7; }
.cpg-sales-table tbody tr:hover td { background: var(--color-ghost-gray); }
.cpg-sales-table tbody tr.is-band:hover td { background: #e2e8f1; }
.cpg-sales-mono { font-family: var(--font-geist-mono); color: var(--color-midtone-gray); }
.cpg-sales-week { max-width: 150px; overflow: hidden; text-overflow: ellipsis; }
.cpg-sales-act { text-align: center; white-space: nowrap; }