From 48e7e0a87db91afcda72b98f2b54dd227db118b1 Mon Sep 17 00:00:00 2001 From: king Date: Thu, 17 Sep 2026 15:30:39 +0900 Subject: [PATCH] =?UTF-8?q?fix(project):=20=EB=82=B4=20=EC=97=85=EB=AC=B4?= =?UTF-8?q?=20=EA=B0=9C=EC=88=98=20=EB=B0=B0=EC=A7=80=20-=20=EC=A7=84?= =?UTF-8?q?=ED=96=89/=EC=99=84=EB=A3=8C=EB=A7=8C,=20=EC=9D=B4=EB=A6=84=20?= =?UTF-8?q?=EC=98=A4=EB=A5=B8=EC=AA=BD,=20=ED=95=98=EB=8A=98=EC=83=89/?= =?UTF-8?q?=EB=B9=A8=EA=B0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 전체 배지 제거하고 진행(하늘색)·완료(빨강) 두 개만 프로젝트 이름 오른쪽(.pj-mytree-head 안, 접어도 계속 보이는 자리)에 표시. Co-Authored-By: Claude Sonnet 5 --- .../project/templates/project/inbox.html | 2 +- .../project/templates/project/index.html | 15 +++++++-------- .../project/templates/project/project.html | 15 +++++++-------- app/static/project.css | 18 ++++++++---------- 4 files changed, 23 insertions(+), 27 deletions(-) diff --git a/app/modules/project/templates/project/inbox.html b/app/modules/project/templates/project/inbox.html index cd71ca6..309104d 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 %} diff --git a/app/modules/project/templates/project/index.html b/app/modules/project/templates/project/index.html index 5c45313..ab6e228 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 %} @@ -156,13 +156,12 @@ {{ p.name }} - - -
- 전체{{ p.total }} - 진행{{ p.open }} - 완료{{ p.done }} + + + {{ p.open }} + {{ p.done }} +