ui(shell): 브랜드 'DBX ERP System' 통일 + 사이드바 접힘 시 아이콘 아래 메뉴명 표시

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
2026-05-30 18:21:05 +09:00
parent d30dcbada4
commit 8f3761aeae
4 changed files with 14 additions and 7 deletions
+1 -1
View File
@@ -40,7 +40,7 @@
<a href="/" class="erp-brand">
<img src="/static/dbx-logo.png" alt="DBX" class="erp-brand-logo" />
<span class="erp-brand-divider"></span>
<span class="erp-brand-system">ERP 시스템</span>
<span class="erp-brand-system">DBX ERP System</span>
</a>
</div>
<div class="erp-nav-right">
+3 -3
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=20260530p" />
<link rel="stylesheet" href="/static/erp-shell.css?v=20260530p" />
<link rel="stylesheet" href="/static/erp.css?v=20260530q" />
<link rel="stylesheet" href="/static/erp-shell.css?v=20260530q" />
<link rel="stylesheet" href="/static/erp-attach-viewer.css" />
{% block head_extra %}{% endblock %}
</head>
@@ -19,7 +19,7 @@
<div class="erp-sidebar-head">
<a href="/" class="erp-sidebar-brand">
<img src="/static/dbx-logo.png" alt="DBX" class="erp-sidebar-logo" />
<span class="erp-sidebar-system">ERP</span>
<span class="erp-sidebar-system">DBX ERP System</span>
</a>
<button type="button" class="erp-sidebar-toggle" id="erp-sidebar-toggle" aria-label="사이드바 접기">
<svg width="14" height="14" viewBox="0 0 24 24" fill="none"
+1 -1
View File
@@ -16,7 +16,7 @@
<a href="/" class="erp-brand">
<img src="/static/dbx-logo.png" alt="DBX" class="erp-brand-logo" />
<span class="erp-brand-divider"></span>
<span class="erp-brand-system">ERP 시스템</span>
<span class="erp-brand-system">DBX ERP System</span>
</a>
</div>