생산관리 생산계획 완성, 실적관리는 틀만..

This commit is contained in:
2025-12-19 15:19:40 +09:00
parent 708393ad7a
commit bbc4474d55
7 changed files with 676 additions and 137 deletions

View File

@@ -27,7 +27,7 @@
/* 기본 바디 스타일 - 깔끔한 배경 */
body {
background: var(--background);
min-height: 100vh;
/* min-height: 100vh; */
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Noto Sans KR', Roboto, 'Helvetica Neue', Arial, sans-serif;
color: var(--text-primary);
line-height: 1.6;