From fde2c9c2e922fa92598ba90466c8b045516df5f6 Mon Sep 17 00:00:00 2001 From: king Date: Sat, 30 May 2026 09:01:19 +0900 Subject: [PATCH] =?UTF-8?q?ui(vacation):=20=ED=9C=B4=EA=B0=80=20bar=20?= =?UTF-8?q?=EC=8B=9C=EC=9E=91=20=EC=9C=84=EC=B9=98=2038px=20=EB=A1=9C=20?= =?UTF-8?q?=EB=82=B4=EB=A0=A4=20=EB=82=A0=EC=A7=9C=20pill=20=EA=B0=80?= =?UTF-8?q?=EB=A6=BC=20=EB=B0=A9=EC=A7=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.8 --- app/modules/vacation/templates/vacation/detail.html | 2 +- app/modules/vacation/templates/vacation/form.html | 4 ++-- app/modules/vacation/templates/vacation/index.html | 2 +- app/modules/vacation/templates/vacation/pending.html | 2 +- app/modules/vacation/templates/vacation/settings.html | 2 +- app/static/vacation.css | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/app/modules/vacation/templates/vacation/detail.html b/app/modules/vacation/templates/vacation/detail.html index 15ba2c4..2d417b7 100644 --- a/app/modules/vacation/templates/vacation/detail.html +++ b/app/modules/vacation/templates/vacation/detail.html @@ -1,6 +1,6 @@ {% extends "erp_base.html" %} -{% block head_extra %}{% endblock %} +{% block head_extra %}{% endblock %} {% block content %}
diff --git a/app/modules/vacation/templates/vacation/form.html b/app/modules/vacation/templates/vacation/form.html index 0cf7f44..457a82b 100644 --- a/app/modules/vacation/templates/vacation/form.html +++ b/app/modules/vacation/templates/vacation/form.html @@ -1,6 +1,6 @@ {% extends "erp_base.html" %} -{% block head_extra %}{% endblock %} +{% block head_extra %}{% endblock %} {% block content %}
@@ -68,4 +68,4 @@
{% endblock %} -{% block scripts %}{% endblock %} +{% block scripts %}{% endblock %} diff --git a/app/modules/vacation/templates/vacation/index.html b/app/modules/vacation/templates/vacation/index.html index 7f95234..bb50b18 100644 --- a/app/modules/vacation/templates/vacation/index.html +++ b/app/modules/vacation/templates/vacation/index.html @@ -1,6 +1,6 @@ {% extends "erp_base.html" %} -{% block head_extra %}{% endblock %} +{% block head_extra %}{% endblock %} {% block content %}
diff --git a/app/modules/vacation/templates/vacation/pending.html b/app/modules/vacation/templates/vacation/pending.html index 237ed86..0292119 100644 --- a/app/modules/vacation/templates/vacation/pending.html +++ b/app/modules/vacation/templates/vacation/pending.html @@ -1,6 +1,6 @@ {% extends "erp_base.html" %} -{% block head_extra %}{% endblock %} +{% block head_extra %}{% endblock %} {% block content %}
diff --git a/app/modules/vacation/templates/vacation/settings.html b/app/modules/vacation/templates/vacation/settings.html index 01c715a..bcad6e5 100644 --- a/app/modules/vacation/templates/vacation/settings.html +++ b/app/modules/vacation/templates/vacation/settings.html @@ -1,6 +1,6 @@ {% extends "erp_base.html" %} -{% block head_extra %}{% endblock %} +{% block head_extra %}{% endblock %} {% block content %}
diff --git a/app/static/vacation.css b/app/static/vacation.css index 7ca23aa..8138c10 100644 --- a/app/static/vacation.css +++ b/app/static/vacation.css @@ -98,7 +98,7 @@ /* bar 오버레이 — 날짜 숫자 아래(top)부터 7열 그리드로 겹쳐 그림 */ .vac-week-bars { - position: absolute; left: 0; right: 0; top: 30px; bottom: 4px; + position: absolute; left: 0; right: 0; top: 38px; bottom: 4px; display: grid; grid-template-columns: repeat(7, minmax(0, 1fr)); grid-auto-rows: 22px; row-gap: 3px; pointer-events: none;