From 1582e9e84cc0ee975e50ae8dfbd3ee9d7134b6ac Mon Sep 17 00:00:00 2001 From: king Date: Thu, 17 Sep 2026 14:53:17 +0900 Subject: [PATCH] =?UTF-8?q?fix(project):=20=EB=82=B4=20=EC=97=85=EB=AC=B4?= =?UTF-8?q?=20=ED=8C=A8=EB=84=90=20=EA=B0=9C=EC=88=98=20=EB=B0=B0=EC=A7=80?= =?UTF-8?q?=EB=A5=BC=20=ED=94=84=EB=A1=9C=EC=A0=9D=ED=8A=B8=20=EC=9D=B4?= =?UTF-8?q?=EB=A6=84=20=EC=95=84=EB=9E=98=20=EC=A4=84=EB=A1=9C=20=EC=9D=B4?= =?UTF-8?q?=EB=8F=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 이름과 같은 줄에서 폭을 다투다 이름이 2줄로 꺾이던 문제 수정 — 이름 span 을 flex:1 로 만들어 실제 컨테이너 폭에 맞춰 한 줄 말줄임표 처리. (헤드리스 크롬으로 긴 이름 강제 렌더해 width/scrollWidth/offsetHeight 실측 확인 — 한 줄 유지됨) - 개수 배지를 .pj-mytree-tasks(접히는 업무 목록)의 형제로 옮겨 폴더를 접어도 계속 보이게 함 Co-Authored-By: Claude Sonnet 5 --- app/modules/project/templates/project/inbox.html | 2 +- app/modules/project/templates/project/index.html | 14 ++++++++------ app/modules/project/templates/project/project.html | 14 ++++++++------ app/static/project.css | 8 ++++++-- 4 files changed, 23 insertions(+), 15 deletions(-) diff --git a/app/modules/project/templates/project/inbox.html b/app/modules/project/templates/project/inbox.html index 59839b8..cd71ca6 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 0255bcd..5c45313 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,11 +156,13 @@ {{ p.name }} - - 전체{{ p.total }} - 진행{{ p.open }} - 완료{{ p.done }} - + + +
+ 전체{{ p.total }} + 진행{{ p.open }} + 완료{{ p.done }}