diff --git a/app/modules/malaysia/templates/malaysia/rack_view.html b/app/modules/malaysia/templates/malaysia/rack_view.html index 3316e7a..b474879 100644 --- a/app/modules/malaysia/templates/malaysia/rack_view.html +++ b/app/modules/malaysia/templates/malaysia/rack_view.html @@ -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 {