ui(shell): 뷰포트(1883x938) 고정 — 문서 세로 스크롤 제거

- erp 셸 height:100vh + body overflow:hidden, .erp-page 가 남은 높이 채우고 내부 스크롤
- 휴가 달력: 6주 행이 가용 높이 균등 분할(유동), 날짜 셀 height:100%, 선택일 패널 내부 스크롤
- 쿠팡 출고 폼: 라인 패널 고정 900px 높이 → 가용 높이 채움
- CORM/Order 는 별도 창이라 해당 없음

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
2026-05-30 18:12:41 +09:00
parent fde2c9c2e9
commit 9f361c4e6a
15 changed files with 61 additions and 33 deletions
+2 -2
View File
@@ -4,8 +4,8 @@
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>{{ page_title or "ERP" }} — DBX Corporation</title>
<link rel="stylesheet" href="/static/erp.css?v=20260530o" />
<link rel="stylesheet" href="/static/erp-shell.css?v=20260530o" />
<link rel="stylesheet" href="/static/erp.css?v=20260530p" />
<link rel="stylesheet" href="/static/erp-shell.css?v=20260530p" />
<link rel="stylesheet" href="/static/erp-attach-viewer.css" />
{% block head_extra %}{% endblock %}
</head>