From 2607e0610f56fabfd2930cd7da1177c9f23af596 Mon Sep 17 00:00:00 2001 From: king Date: Sat, 30 May 2026 05:32:58 +0900 Subject: [PATCH] =?UTF-8?q?ui:=20=EC=BD=98=ED=85=90=EC=B8=A0=20=EC=98=81?= =?UTF-8?q?=EC=97=AD=201550px,=20=EC=BF=A0=ED=8C=A1=20=ED=97=A4=EB=8D=94?= =?UTF-8?q?=20=EC=9E=85=EB=A0=A5=EB=9E=80=20185px=20=EA=B3=A0=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - erp-page max-width 1280 -> 1550 (우측 콘텐츠 사용 영역) - 공통 헤더 작성일/출고일/센터입고일/입고센터/출고방식/작업자 185px 컬럼 고정 Co-Authored-By: Claude Opus 4.8 --- app/static/cupang.css | 5 ++++- app/static/erp-shell.css | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/app/static/cupang.css b/app/static/cupang.css index 686ea14..35c7f5a 100644 --- a/app/static/cupang.css +++ b/app/static/cupang.css @@ -102,9 +102,12 @@ .cpg-header-grid { display: grid; - grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); + grid-template-columns: repeat(auto-fill, 185px); gap: 12px 16px; } +/* 작성일·출고일·센터입고일·입고센터·출고방식·작업자 입력 185px 고정 */ +.cpg-header-grid .erp-input, +.cpg-header-grid .erp-select { width: 185px; max-width: 185px; box-sizing: border-box; } .cpg-rule-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(180px, 1fr)); diff --git a/app/static/erp-shell.css b/app/static/erp-shell.css index ab00b47..9b60408 100644 --- a/app/static/erp-shell.css +++ b/app/static/erp-shell.css @@ -157,7 +157,7 @@ body.erp-app-body { background: var(--color-canvas-white); min-height: 100vh; } .erp-page { padding: var(--sp-24); - max-width: 1280px; width: 100%; margin: 0 auto; + max-width: 1550px; width: 100%; margin: 0 auto; } /* ── 홈 대시보드 타일 ── */