From 1eae308b9e14857c4fe99018d2d41c396dedcf86 Mon Sep 17 00:00:00 2001 From: king Date: Tue, 15 Sep 2026 20:30:13 +0900 Subject: [PATCH] =?UTF-8?q?style(project):=20=EC=97=85=EB=AC=B4=20?= =?UTF-8?q?=ED=8E=B8=EC=A7=91=20=EB=AA=A8=EB=8B=AC=20=EC=95=84=EC=82=AC?= =?UTF-8?q?=EB=82=98=EC=8B=9D=20=EB=A0=88=EC=9D=B4=EC=95=84=EC=9B=83=20(?= =?UTF-8?q?=EC=A0=9C=EB=AA=A9/=EB=A9=94=ED=83=80/=EC=84=A4=EB=AA=85=20?= =?UTF-8?q?=EC=88=9C=EC=84=9C=20=EC=9E=AC=EB=B0=B0=EC=B9=98)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 제목 입력을 큰 무테 필드로, 담당자/세션/우선순위/일정을 컴팩트한 메타 칩 행으로 묶고, 하위업무→첨부→연결프로젝트→댓글 순서로 재배열. 관련 CSS 토큰(.pj-t-title-input, .pj-meta-row/field/label, .pj-modal-kicker, .pj-extra-label) 추가. Co-Authored-By: Claude Sonnet 5 --- .../project/templates/project/inbox.html | 4 +- .../project/templates/project/index.html | 77 +++++++++++------- .../project/templates/project/project.html | 81 +++++++++++-------- app/static/project.css | 24 ++++++ 4 files changed, 121 insertions(+), 65 deletions(-) diff --git a/app/modules/project/templates/project/inbox.html b/app/modules/project/templates/project/inbox.html index 2590188..98ffccf 100644 --- a/app/modules/project/templates/project/inbox.html +++ b/app/modules/project/templates/project/inbox.html @@ -1,7 +1,7 @@ {% extends "erp_base.html" %} {% block head_extra %} - + {% endblock %} @@ -45,5 +45,5 @@ {% endif %} - + {% endblock %} diff --git a/app/modules/project/templates/project/index.html b/app/modules/project/templates/project/index.html index eb07ad4..fe1fe02 100644 --- a/app/modules/project/templates/project/index.html +++ b/app/modules/project/templates/project/index.html @@ -1,7 +1,7 @@ {% extends "erp_base.html" %} {% block head_extra %} - + {% endblock %} @@ -240,34 +240,41 @@