style(malaysia): 창고 랙 보기 화면 글자 크기 확대

칸코드/상품명/계산식 11→14px, 셀 패딩·높이 확대해 가독성 개선.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
2026-06-18 23:38:02 +09:00
parent ddb06e42db
commit 650a14fe7c
@@ -7,8 +7,8 @@
.rv-side h3 { text-align:center; margin:0 0 8px; }
.rv-row { display:grid; grid-template-columns:repeat(6, 1fr); gap:6px; margin-bottom:6px; }
.rv-cell {
border:1px solid #cbd5e1; border-radius:6px; padding:5px;
background:#f8fafc; min-height:80px; display:flex; flex-direction:column; min-width:0;
border:1px solid #cbd5e1; border-radius:6px; padding:7px;
background:#f8fafc; min-height:104px; display:flex; flex-direction:column; min-width:0;
cursor:grab; transition:box-shadow .12s, border-color .12s, background .12s;
}
.rv-cell.is-empty { background:#fff; }
@@ -17,18 +17,18 @@
.rv-cell.dragging { opacity:.45; }
.rv-cell-head {
display:flex; align-items:center; justify-content:space-between;
font-size:11px; font-weight:600; color:#475569; margin-bottom:4px;
border-bottom:1px solid #e2e8f0; padding-bottom:3px;
font-size:14px; font-weight:700; color:#475569; margin-bottom:5px;
border-bottom:1px solid #e2e8f0; padding-bottom:4px;
}
.rv-cell-head .rv-pick {
flex:0 0 auto; width:16px; height:16px; margin:0; cursor:pointer;
}
.rv-items { display:flex; flex-direction:column; gap:3px; }
.rv-item { font-size:11px; line-height:1.25; }
.rv-item .rv-name { font-weight:600; color:#0f172a; }
.rv-items { display:flex; flex-direction:column; gap:4px; }
.rv-item { font-size:14px; line-height:1.3; }
.rv-item .rv-name { font-weight:700; color:#0f172a; }
.rv-item .rv-calc { color:#475569; }
.rv-item .rv-qty { color:#2563eb; font-weight:600; }
.rv-empty-note { font-size:11px; color:#cbd5e1; }
.rv-item .rv-qty { color:#2563eb; font-weight:700; }
.rv-empty-note { font-size:13px; color:#cbd5e1; }
/* 수정됨 표시: 저장 버튼을 빨강으로 강조 */
#rv-save-btn.is-dirty {