fix(project): 댓글 팝업 닫기(X) 버튼 제거

배경 클릭으로 닫는 방식만 유지.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
2026-09-15 13:34:19 +09:00
parent fee2765905
commit d6424c2272
3 changed files with 3 additions and 6 deletions
@@ -1,7 +1,7 @@
{% extends "erp_base.html" %} {% extends "erp_base.html" %}
{% block head_extra %} {% block head_extra %}
<link rel="stylesheet" href="/static/project.css?v=20260915h" /> <link rel="stylesheet" href="/static/project.css?v=20260915i" />
<link rel="stylesheet" href="/static/vendor/material-symbols/material-symbols.css" /> <link rel="stylesheet" href="/static/vendor/material-symbols/material-symbols.css" />
{% endblock %} {% endblock %}
@@ -1,7 +1,7 @@
{% extends "erp_base.html" %} {% extends "erp_base.html" %}
{% block head_extra %} {% block head_extra %}
<link rel="stylesheet" href="/static/project.css?v=20260915h" /> <link rel="stylesheet" href="/static/project.css?v=20260915i" />
<link rel="stylesheet" href="/static/vendor/material-symbols/material-symbols.css" /> <link rel="stylesheet" href="/static/vendor/material-symbols/material-symbols.css" />
{% endblock %} {% endblock %}
@@ -311,9 +311,6 @@
<div class="pj-modal-card pj-modal-chat"> <div class="pj-modal-card pj-modal-chat">
<div class="pj-chat-head"> <div class="pj-chat-head">
<h3 id="pj-cm-title">댓글</h3> <h3 id="pj-cm-title">댓글</h3>
<button type="button" class="pj-icon-btn" data-close title="닫기">
<span class="material-symbols-outlined">close</span>
</button>
</div> </div>
<input type="hidden" id="pj-cm-task-id" /> <input type="hidden" id="pj-cm-task-id" />
<ul class="pj-chat-list" id="pj-chat-list"></ul> <ul class="pj-chat-list" id="pj-chat-list"></ul>
@@ -1,7 +1,7 @@
{% extends "erp_base.html" %} {% extends "erp_base.html" %}
{% block head_extra %} {% block head_extra %}
<link rel="stylesheet" href="/static/project.css?v=20260915h" /> <link rel="stylesheet" href="/static/project.css?v=20260915i" />
<!-- 구글 머티리얼 심볼(담당자 아이콘 등) — self-host --> <!-- 구글 머티리얼 심볼(담당자 아이콘 등) — self-host -->
<link rel="stylesheet" href="/static/vendor/material-symbols/material-symbols.css" /> <link rel="stylesheet" href="/static/vendor/material-symbols/material-symbols.css" />
<!-- 타임라인 vis-timeline — self-host --> <!-- 타임라인 vis-timeline — self-host -->