fix(project): 내 업무 개수 배지 - 진행/완료만, 이름 오른쪽, 하늘색/빨강

전체 배지 제거하고 진행(하늘색)·완료(빨강) 두 개만 프로젝트 이름
오른쪽(.pj-mytree-head 안, 접어도 계속 보이는 자리)에 표시.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
2026-09-17 15:30:39 +09:00
parent 1582e9e84c
commit 48e7e0a87d
4 changed files with 23 additions and 27 deletions
@@ -1,7 +1,7 @@
{% extends "erp_base.html" %}
{% block head_extra %}
<link rel="stylesheet" href="/static/project.css?v=20260917x" />
<link rel="stylesheet" href="/static/project.css?v=20260917y" />
<link rel="stylesheet" href="/static/vendor/material-symbols/material-symbols.css" />
{% endblock %}