From 7ce8d1d9cf163c9696e1a28b9e3122ab3857fd5c Mon Sep 17 00:00:00 2001 From: king Date: Thu, 17 Sep 2026 13:50:34 +0900 Subject: [PATCH] =?UTF-8?q?fix(project):=20=ED=94=84=EB=A1=9C=EC=A0=9D?= =?UTF-8?q?=ED=8A=B8=20=EB=A9=A4=EB=B2=84=20=EC=82=AD=EC=A0=9C(x)=20?= =?UTF-8?q?=EB=B2=84=ED=8A=BC=20hover=20=EC=8B=9C=EC=97=90=EB=A7=8C=20?= =?UTF-8?q?=EB=85=B8=EC=B6=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Sonnet 5 --- app/modules/project/templates/project/inbox.html | 2 +- app/modules/project/templates/project/index.html | 2 +- app/modules/project/templates/project/project.html | 2 +- app/static/project.css | 3 +++ 4 files changed, 6 insertions(+), 3 deletions(-) diff --git a/app/modules/project/templates/project/inbox.html b/app/modules/project/templates/project/inbox.html index 1a5fcf1..276084e 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 c6b7117..6537bda 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 %} diff --git a/app/modules/project/templates/project/project.html b/app/modules/project/templates/project/project.html index 4782aea..2923bbf 100644 --- a/app/modules/project/templates/project/project.html +++ b/app/modules/project/templates/project/project.html @@ -1,7 +1,7 @@ {% extends "erp_base.html" %} {% block head_extra %} - + diff --git a/app/static/project.css b/app/static/project.css index edf2e95..7f9b41f 100644 --- a/app/static/project.css +++ b/app/static/project.css @@ -212,6 +212,9 @@ 클릭하면 이 프로젝트 안에서 그 사람이 담당하는 업무 팝업. */ .pj-avatar.pj-member-avatar-lg { width: 36px; height: 36px; } .pj-gicon.pj-member-avatar-lg { font-size: 48px; } +/* 삭제(×) 버튼 — 평소엔 숨겨두고 행에 마우스 올렸을 때만 노출 */ +.pj-member-list .pj-del-member { display: none; } +.pj-member-list li:hover .pj-del-member { display: inline-flex; } /* ── 아사나식 프로젝트 트리(사이드바) — 프로젝트 이름만 나열, 업무 목록 없음 ── */ .pj-tree { list-style: none; margin: 0; padding: 0; }