ui: 콘텐츠 영역 1550px, 쿠팡 헤더 입력란 185px 고정
- erp-page max-width 1280 -> 1550 (우측 콘텐츠 사용 영역) - 공통 헤더 작성일/출고일/센터입고일/입고센터/출고방식/작업자 185px 컬럼 고정 Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
@@ -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));
|
||||
|
||||
Reference in New Issue
Block a user