From 8f3761aeaed9e700e3ee0299e4d7e60b902f0e96 Mon Sep 17 00:00:00 2001 From: king Date: Sat, 30 May 2026 18:21:05 +0900 Subject: [PATCH] =?UTF-8?q?ui(shell):=20=EB=B8=8C=EB=9E=9C=EB=93=9C=20'DBX?= =?UTF-8?q?=20ERP=20System'=20=ED=86=B5=EC=9D=BC=20+=20=EC=82=AC=EC=9D=B4?= =?UTF-8?q?=EB=93=9C=EB=B0=94=20=EC=A0=91=ED=9E=98=20=EC=8B=9C=20=EC=95=84?= =?UTF-8?q?=EC=9D=B4=EC=BD=98=20=EC=95=84=EB=9E=98=20=EB=A9=94=EB=89=B4?= =?UTF-8?q?=EB=AA=85=20=ED=91=9C=EC=8B=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.8 --- app/static/erp-shell.css | 11 +++++++++-- app/templates/admin.html | 2 +- app/templates/erp_base.html | 6 +++--- app/templates/main.html | 2 +- 4 files changed, 14 insertions(+), 7 deletions(-) diff --git a/app/static/erp-shell.css b/app/static/erp-shell.css index 51647bf..5514d26 100644 --- a/app/static/erp-shell.css +++ b/app/static/erp-shell.css @@ -114,12 +114,19 @@ body.erp-app-body { background: var(--color-canvas-white); height: 100vh; overfl } .erp-sidebar-ext { color: var(--color-midtone-gray); display: inline-flex; } -.erp-sidebar[data-collapsed="true"] .erp-sidebar-label, .erp-sidebar[data-collapsed="true"] .erp-sidebar-badge, .erp-sidebar[data-collapsed="true"] .erp-sidebar-ext { display: none; } -.erp-sidebar[data-collapsed="true"] .erp-sidebar-item { justify-content: center; padding: 8px 0; } +/* 접힌 상태: 아이콘 위 / 프로그램 이름 작은 글씨 아래 */ +.erp-sidebar[data-collapsed="true"] .erp-sidebar-item { + flex-direction: column; gap: 3px; padding: 8px 2px; + justify-content: center; text-align: center; +} +.erp-sidebar[data-collapsed="true"] .erp-sidebar-label { + flex: none; font-size: 10px; line-height: 1.1; font-weight: 500; + white-space: normal; word-break: keep-all; +} .erp-sidebar-foot { padding: var(--sp-8); diff --git a/app/templates/admin.html b/app/templates/admin.html index ad2b144..0fdd9d2 100644 --- a/app/templates/admin.html +++ b/app/templates/admin.html @@ -40,7 +40,7 @@ - ERP 시스템 + DBX ERP System
diff --git a/app/templates/erp_base.html b/app/templates/erp_base.html index c413d2b..18f1f8a 100644 --- a/app/templates/erp_base.html +++ b/app/templates/erp_base.html @@ -4,8 +4,8 @@ {{ page_title or "ERP" }} — DBX Corporation - - + + {% block head_extra %}{% endblock %} @@ -19,7 +19,7 @@
- ERP + DBX ERP System